diff -r b73e6caf0031 -r f3521a11d878 See09/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/See09/style.css Thu Oct 22 15:52:58 2009 +0100 @@ -0,0 +1,33 @@ +/* Feed item date */ +.FeedItemDate { + font-style: italic; +} + +/* Feed item text */ +.FeedItemDescription { + padding: 4px 0px; +} + +/* Feed item links */ +.FeedItemLink { + font-weight: bold; +} + +/* Anchor tags in the context of a feed item link */ +.FeedItemLink a { + text-decoration: underline; + font-weight: bold; + color: black; +} + +/* Focused anchor tags */ +.FeedItemLink a:focus { + background: none; + color: black; +} + +/* Focused anchor tags */ +.FeedItemLink a:hover { + background: none; + color: black; +}