From bee85709cad8433d0aa1c87f70405caa03b8aa2b Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 7 Dec 2006 17:20:08 +0000 Subject: [PATCH] Some basic styling for RSS feeds. --- html/_css/rss.css | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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; +} -- 1.8.3.1