diff myrss/index.css @ 10:23235139f34d

myrss: more rss feeds, add hover underline to links
author paulo@twcdns.fastsearch.net
date Mon, 13 Sep 2010 01:46:43 -0700
parents fbd8c30c465c
children 915032dd35f4
line diff
     1.1 --- a/myrss/index.css	Sun Sep 12 23:36:32 2010 -0700
     1.2 +++ b/myrss/index.css	Mon Sep 13 01:46:43 2010 -0700
     1.3 @@ -15,6 +15,11 @@
     1.4  	text-decoration: none;
     1.5  }
     1.6  
     1.7 +a:hover
     1.8 +{
     1.9 +	text-decoration: underline;
    1.10 +}
    1.11 +
    1.12  p:first-line
    1.13  {
    1.14  	font-weight: bold;