From 6ba368fa98625c3c73ae5f9c47071422623f7a73 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 23 Oct 2004 09:47:24 +0000 Subject: [PATCH] Added stats icon. --- MANIFEST | 1 + html/_css/standard.css | 7 ++++++- html/_graphics/stats.png | Bin 0 -> 317 bytes templates/page.html | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/_graphics/stats.png 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 0000000000000000000000000000000000000000..0f8aa1dc311c909d907fb0bbf4944462f95f74e1 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPWmpG@k;j1dwLqH+f64!_l=ltB<)VvY~=c3falGGH1 z^30M9g^-L?1$R&1fcGh?c|e5=JzX3_DsCMOKFE7mfyZWX-sR=Hoy`?Lf0>yxN%q0a z$~*2ZsXdw@m0wg;4%|7JF8$#Cf=v%iJSU-K`uTCqB_Il5@)O<=-PWX$Hi4WO7;h=0&|y zc=77guiq+c3@^5)1u;lpyzn@@k$cC>{>97BHA#M0lphoL&iV0@d9^^tGI+ZBxvX Images
  • Files
  • ::if(has_stats):: -
  • Stats
  • +
  • Stats
  • ::end:: ::end:: -- 1.8.3.1