Added stats icon.
[cocanwiki.git] / html / _css / standard.css
index 77fe8ed..e26105f 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.21 2004/10/22 17:17:42 rich Exp $
+ * $Id: standard.css,v 1.23 2004/10/23 09:47:24 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -197,7 +197,7 @@ li.maillist_li a {
 }
 
 li.recent_li a {
-  padding-left: 16px;
+  padding-left: 18px;
   background: url(/_graphics/recent.png) center left no-repeat;
 }
 
@@ -206,9 +206,14 @@ li.sitemap_li a {
   background: url(/_graphics/sitemap.png) center left no-repeat;
 }
 
-li.recent_li a {
+li.stats_li a {
   padding-left: 18px;
-  background: url(/_graphics/recent.png) center left no-repeat;
+  background: url(/_graphics/stats.png) center left no-repeat;
+}
+
+li.stylesheet_li a {
+  padding-left: 16px;
+  background: url(/_graphics/edit.png) center left no-repeat;
 }
 
 li.versions_li a {