519599cdee45

Clean up some styling.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Feb 2011 18:11:16 -0500
parents c8f5e97f2841
children 28bc60c69bc2
branches/tags (none)
files layout/_splash.html media/css/sjl.less

Changes

--- a/layout/_splash.html	Thu Feb 17 21:06:36 2011 +0300
+++ b/layout/_splash.html	Thu Feb 17 18:11:16 2011 -0500
@@ -5,17 +5,23 @@
 {% block content %}
     <div class="splash vcard">
         {% filter typogrify %}
-            <p>Hello, I'm <a href="{{ site.full_url }}" class="fn url">Steve<span> Losh</span></a>.</p>
+            <p>
+                Hello,
+                I'm
+                <a href="{{ site.full_url }}" class="fn url">Steve<span class="last-name"> Losh</span></a>.
+            </p>
 
             <p>
-                I'm a <span class="role">programmer, photographer, dancer <span class="amp">&amp;</span>
-                bassist</span> from <span class="adr"><span class="locality">Rochester</span>,&nbsp;
-                <span class="region">New&nbsp;York</span></span>.
+                I'm a
+                <span class="role">programmer, photographer, dancer &amp; bassist</span>
+                from
+                <span class="adr"><span class="locality">Rochester</span>, <span class="region">New&nbsp;York</span></span>.
             </p>
 
             <p>
                 If you want to get in touch with me,
-                <a class="email" href="mailto:steve@stevelosh.com">email</a> is best.
+                <a class="email" href="mailto:steve@stevelosh.com">email</a>
+                is best.
             </p>
         {% endfilter %}
     </div>
--- a/media/css/sjl.less	Thu Feb 17 21:06:36 2011 +0300
+++ b/media/css/sjl.less	Thu Feb 17 18:11:16 2011 -0500
@@ -165,6 +165,14 @@
     .fn {
         color: @color;
         text-decoration: none;
+
+        &:hover {
+            color: @c-link;
+            text-decoration: none;
+        }
+        .last-name {
+            display: none;
+        }
     }
 }
 .section-listing {
@@ -316,6 +324,3 @@
     padding-top: 1px;
 }
 
-.fn span {
-    display: none;
-}
\ No newline at end of file