changeset 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 ab0455f2a832
files myrss/FEEDS myrss/index.css
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/myrss/FEEDS	Sun Sep 12 23:36:32 2010 -0700
     1.2 +++ b/myrss/FEEDS	Mon Sep 13 01:46:43 2010 -0700
     1.3 @@ -4,13 +4,18 @@
     1.4  http://feeds.sfgate.com/sfgate/rss/feeds/news
     1.5  http://feeds.sfgate.com/sfgate/rss/feeds/warriors
     1.6  http://feeds.sfgate.com/sfgate/rss/feeds/blogs/sfgate/warriors/index_rss2
     1.7 +http://rss.slashdot.org/Slashdot/slashdot
     1.8  http://www.reddit.com/.rss
     1.9  http://services.digg.com/2.0/story.getTopNews?type=rss
    1.10  http://feeds.delicious.com/v2/rss/?count=15
    1.11  http://feeds.feedburner.com/Metafilter
    1.12 +http://feeds.feedburner.com/AskMetafilter
    1.13  http://feeds.slate.com/slate
    1.14 +http://feeds.gawker.com/lifehacker/full
    1.15  http://bikesnobnyc.blogspot.com/feeds/posts/default
    1.16  http://feeds.feedburner.com/bikehugger
    1.17 +http://feeds.gawker.com/jalopnik/full
    1.18 +http://feeds.gawker.com/gawker/full
    1.19  http://www.xkcd.com/rss.xml
    1.20  http://sandiego.craigslist.org/search/cta?query=scion+xb&catAbb=cto&srchType=T&minAsk=&maxAsk=&format=rss
    1.21  http://sandiego.craigslist.org/search/cta?query=scion+xb&catAbb=cta&srchType=T&minAsk=&maxAsk=&format=rss
     2.1 --- a/myrss/index.css	Sun Sep 12 23:36:32 2010 -0700
     2.2 +++ b/myrss/index.css	Mon Sep 13 01:46:43 2010 -0700
     2.3 @@ -15,6 +15,11 @@
     2.4  	text-decoration: none;
     2.5  }
     2.6  
     2.7 +a:hover
     2.8 +{
     2.9 +	text-decoration: underline;
    2.10 +}
    2.11 +
    2.12  p:first-line
    2.13  {
    2.14  	font-weight: bold;