diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-16 22:25:13 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-16 22:25:13 +0000 |
| commit | 8b1819cc41ae73108fc7e1b640121d0bad6ed8aa (patch) | |
| tree | 91b98b2e5f47c8ab692984600d2a11514ae00e01 /templates | |
| parent | 37ddc789231d73ae8c21bc3e4a7eb1f11098341a (diff) | |
| download | tags-8b1819cc41ae73108fc7e1b640121d0bad6ed8aa.tar.gz tags-8b1819cc41ae73108fc7e1b640121d0bad6ed8aa.tar.bz2 tags-8b1819cc41ae73108fc7e1b640121d0bad6ed8aa.zip | |
fixes bug in tag weighting
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 98046d0..0fb240f 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -3,7 +3,7 @@ {* {include file="bitpackage:tags/tags_css.tpl"} *} {literal} #cloud { margin: 0; padding: 0; } - #cloud li { display: inline; margin-right: 1em;} + #cloud li { display: inline; margin-right: .6em;} #cloud .tag1 a{ font-size: 0.7em; font-weight: 100; } #cloud .tag2 a{ font-size: 0.8em; font-weight: 200; } #cloud .tag3 a{ font-size: 0.9em; font-weight: 300; } |
