From: rich Date: Thu, 7 Dec 2006 17:20:08 +0000 (+0000) Subject: Some basic styling for RSS feeds. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bee85709cad8433d0aa1c87f70405caa03b8aa2b;p=cocanwiki.git Some basic styling for RSS feeds. --- diff --git a/html/_css/rss.css b/html/_css/rss.css index b914fd8..d9e7ca4 100644 --- a/html/_css/rss.css +++ b/html/_css/rss.css @@ -1,17 +1,28 @@ /* RSS feeds ({{rss}} function). - * $Id: rss.css,v 1.2 2006/12/07 17:16:17 rich Exp $ + * $Id: rss.css,v 1.3 2006/12/07 17:20:08 rich Exp $ */ +h3.rss_title { + display: run-in; +} + p.rss_description a { color: black; text-decoration: none; } -span.rss_item_description a { - color: black; - text-decoration: none; +ul.rss_items { + list-style-type: none; + margin: 0px; + border: none; + padding: 0px; } span.rss_item_date { font-size: 75%; -} \ No newline at end of file +} + +span.rss_item_description a { + color: black; + text-decoration: none; +}