Added styling to some pages which previously were "outside" the site
[cocanwiki.git] / html / _css / standard.css
index 527e899..e758566 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.26 2004/11/03 13:36:44 rich Exp $
+ * $Id: standard.css,v 1.29 2006/08/03 13:52:54 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -30,7 +30,7 @@ h1 {
   top: 0px;
   left: 0px;
   font-size: 140%;
-  width: 100%;
+  width: 95%;
   padding-left: 2em;
 }
 
@@ -231,30 +231,6 @@ li.wlh_li a {
   background: url(/_graphics/wlh.png) center left no-repeat;
 }
 
-/* Sitemap page. */
-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;
-}
-
 /* Recent changes list. */
 ul#recent_changes {
   list-style: none;
@@ -265,7 +241,7 @@ ul#recent_changes {
 ul#recent_changes span.date {
   display: block;
   float: left;
-  width: 8.5em;
+  width: 9em;
 }
 
 /* History list. */
@@ -278,7 +254,7 @@ ul#history {
 ul#history span.date {
   display: block;
   float: left;
-  width: 8.5em;
+  width: 9em;
 }
 
 /* Forms. */
@@ -377,4 +353,4 @@ div#branding_div p {
 
 div#branding_div p#brand_description {
   display: none;
-}
\ No newline at end of file
+}