Added styling to some pages which previously were "outside" the site
[cocanwiki.git] / html / _css / sitemap.css
1 /* Stylesheet for COCANWIKI.
2  * $Id: sitemap.css,v 1.1 2006/08/03 13:52:54 rich Exp $
3  */
4
5 ul#sitemap {
6   list-style: none;
7   margin-left: 0px;
8   padding-left: 0px;
9 }
10
11 ul#sitemap p.content {
12   margin-top: 0px;
13   margin-bottom: 0px;
14   font-size: 0.7em;
15 }
16
17 ul#sitemap p.info {
18   margin-top: 0px;
19   margin-bottom: 0px;
20   font-size: 0.7em;
21 }
22
23 ul#sitemap p.info a {
24   color: green;
25   text-decoration: none;
26 }