# HG changeset patch # User Steve Losh # Date 1297984276 18000 # Node ID 519599cdee4569172aff39d05ec6baed467d3fad # Parent c8f5e97f28415520213218690d9211e2fa2158a4 Clean up some styling. diff -r c8f5e97f2841 -r 519599cdee45 layout/_splash.html --- 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 %}
{% filter typogrify %} -

Hello, I'm Steve Losh.

+

+ Hello, + I'm + Steve Losh. +

- I'm a programmer, photographer, dancer & - bassist from Rochester,  - New York. + I'm a + programmer, photographer, dancer & bassist + from + Rochester, New York.

If you want to get in touch with me, - is best. + + is best.

{% endfilter %}
diff -r c8f5e97f2841 -r 519599cdee45 media/css/sjl.less --- 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