Some basic styling for RSS feeds.
[cocanwiki.git] / html / _css / rss.css
index b914fd8..d9e7ca4 100644 (file)
@@ -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;
+}