+csv dep for PG'OCaml.
[cocanwiki.git] / html / _css / rss.css
1 /* RSS feeds ({{rss}} function).
2  * $Id: rss.css,v 1.3 2006/12/07 17:20:08 rich Exp $
3  */
4
5 h3.rss_title {
6   display: run-in;
7 }
8
9 p.rss_description a {
10   color: black;
11   text-decoration: none;
12 }
13
14 ul.rss_items {
15   list-style-type: none;
16   margin: 0px;
17   border: none;
18   padding: 0px;
19 }
20
21 span.rss_item_date {
22   font-size: 75%;
23 }
24
25 span.rss_item_description a {
26   color: black;
27   text-decoration: none;
28 }