From: rich Date: Sat, 23 Oct 2004 09:47:24 +0000 (+0000) Subject: Added stats icon. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6ba368fa98625c3c73ae5f9c47071422623f7a73;p=cocanwiki.git Added stats icon. --- diff --git a/MANIFEST b/MANIFEST index cfc5cee..7232ac0 100644 --- 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 diff --git a/html/_css/standard.css b/html/_css/standard.css index 7f90b88..e26105f 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -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 index 0000000..0f8aa1d Binary files /dev/null and b/html/_graphics/stats.png differ diff --git a/templates/page.html b/templates/page.html index 81fe534..e63c3f6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -74,7 +74,7 @@
  • Images
  • Files
  • ::if(has_stats):: -
  • Stats
  • +
  • Stats
  • ::end:: ::end::