Added stats icon.
authorrich <rich>
Sat, 23 Oct 2004 09:47:24 +0000 (09:47 +0000)
committerrich <rich>
Sat, 23 Oct 2004 09:47:24 +0000 (09:47 +0000)
MANIFEST
html/_css/standard.css
html/_graphics/stats.png [new file with mode: 0644]
templates/page.html

index cfc5cee..7232ac0 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -45,6 +45,7 @@ html/_graphics/ok.png
 html/_graphics/pinkhatch.png
 html/_graphics/recent.png
 html/_graphics/sitemap.png
+html/_graphics/stats.png
 html/_graphics/tick.png
 html/_graphics/versions.png
 html/_graphics/wlh.png
index 7f90b88..e26105f 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.22 2004/10/23 09:36:10 rich Exp $
+ * $Id: standard.css,v 1.23 2004/10/23 09:47:24 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -206,6 +206,11 @@ li.sitemap_li a {
   background: url(/_graphics/sitemap.png) center left no-repeat;
 }
 
+li.stats_li a {
+  padding-left: 18px;
+  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;
diff --git a/html/_graphics/stats.png b/html/_graphics/stats.png
new file mode 100644 (file)
index 0000000..0f8aa1d
Binary files /dev/null and b/html/_graphics/stats.png differ
index 81fe534..e63c3f6 100644 (file)
@@ -74,7 +74,7 @@
 <li class="images_li"> <a href="/_images">Images</a> </li>
 <li class="files_li"> <a href="/_files">Files</a> </li>
 ::if(has_stats)::
-<li> <a href="/::page_html_tag::/stats">Stats</a> </li>
+<li class="stats_li"> <a href="/::page_html_tag::/stats">Stats</a> </li>
 ::end::
 ::end::