Added styling to some pages which previously were "outside" the site
[cocanwiki.git] / html / _css / sitemap.css
diff --git a/html/_css/sitemap.css b/html/_css/sitemap.css
new file mode 100644 (file)
index 0000000..01516d5
--- /dev/null
@@ -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;
+}