RSS feeds using {{rss}} notation.
[cocanwiki.git] / html / _css / rss.css
diff --git a/html/_css/rss.css b/html/_css/rss.css
new file mode 100644 (file)
index 0000000..796a7d1
--- /dev/null
@@ -0,0 +1,13 @@
+/* RSS feeds ({{rss}} function).
+ * $Id: rss.css,v 1.1 2006/12/07 17:05:47 rich Exp $
+ */
+
+p.rss_description a {
+  color: black;
+  text-decoration: none;
+}
+
+span.rss_item_description a {
+  color: black;
+  text-decoration: none;
+}
\ No newline at end of file