diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-29 17:42:02 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-29 17:42:02 +0000 |
| commit | f0aacbf25dae8e00cc3017bd90a1fbb954979639 (patch) | |
| tree | 0b4025b5a75fbb81988acb81be37c7cb51e208e0 /templates | |
| parent | bf687eb53fc584413da867eea82ae6022b1eb08a (diff) | |
| download | tags-f0aacbf25dae8e00cc3017bd90a1fbb954979639.tar.gz tags-f0aacbf25dae8e00cc3017bd90a1fbb954979639.tar.bz2 tags-f0aacbf25dae8e00cc3017bd90a1fbb954979639.zip | |
make sure browsers don't run into problems reading css properties
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header_inc.tpl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 0fb240f..2c21331 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -2,18 +2,18 @@ <style type="text/css"> {* {include file="bitpackage:tags/tags_css.tpl"} *} {literal} - #cloud { margin: 0; padding: 0; } - #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; } - #cloud .tag4 a{ font-size: 1.0em; font-weight: 400; } - #cloud .tag5 a{ font-size: 1.2em; font-weight: 500; } - #cloud .tag6 a{ font-size: 1.4em; font-weight: 600; } - #cloud .tag7 a{ font-size: 1.6em; font-weight: 700; } - #cloud .tag8 a{ font-size: 1.8em; font-weight: 800; } - #cloud .tag9 a{ font-size: 2.2em; font-weight: 900; } - #cloud .tag10 a{ font-size: 2.5em; font-weight: 900; } + #cloud {margin:0; padding:0;} + #cloud li {display:inline; margin-right:0.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;} + #cloud .tag4 a {font-size:1.0em; font-weight:400;} + #cloud .tag5 a {font-size:1.2em; font-weight:500;} + #cloud .tag6 a {font-size:1.4em; font-weight:600;} + #cloud .tag7 a {font-size:1.6em; font-weight:700;} + #cloud .tag8 a {font-size:1.8em; font-weight:800;} + #cloud .tag9 a {font-size:2.2em; font-weight:900;} + #cloud .tag10 a {font-size:2.5em; font-weight:900;} {/literal} </style> {/if} |
