X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Fsitemap.css;fp=html%2F_css%2Fsitemap.css;h=01516d533363cc07cfef849c8539904ff091abcc;hb=c7a57233daadec4f174176a474fc7b5018cdf986;hp=0000000000000000000000000000000000000000;hpb=4372ce9bf443ceca12449bcaf1a89460e85c05db;p=cocanwiki.git diff --git a/html/_css/sitemap.css b/html/_css/sitemap.css new file mode 100644 index 0000000..01516d5 --- /dev/null +++ b/html/_css/sitemap.css @@ -0,0 +1,26 @@ +/* Stylesheet for COCANWIKI. + * $Id: sitemap.css,v 1.1 2006/08/03 13:52:54 rich Exp $ + */ + +ul#sitemap { + list-style: none; + margin-left: 0px; + padding-left: 0px; +} + +ul#sitemap p.content { + margin-top: 0px; + margin-bottom: 0px; + font-size: 0.7em; +} + +ul#sitemap p.info { + margin-top: 0px; + margin-bottom: 0px; + font-size: 0.7em; +} + +ul#sitemap p.info a { + color: green; + text-decoration: none; +}