X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Frss.css;fp=html%2F_css%2Frss.css;h=d9e7ca4ad43d320187f13b0e7fe1dbb8926cf9b8;hb=bee85709cad8433d0aa1c87f70405caa03b8aa2b;hp=b914fd8b9a7e53438fca9a940c410046fc23e0a5;hpb=e526b2dcbcea1c30d2f0f8c198893078ba629def;p=cocanwiki.git 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; +}