diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 04:10:57 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 04:10:57 +0000 |
commit | e59b8c87585bdb044d9a3fd7a712a0cfcb93ad48 (patch) | |
tree | 4fa54a20778f2d276644ccd0f7c6d476f4a00ebc /theme/base | |
parent | 4c58e6b312e78f37031b180ee1dc42bc6d583f5d (diff) | |
parent | 112dd08c628c31840453b357d74a7b5c25550660 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index ba1cc06f5..dd0b332f5 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1101,6 +1101,7 @@ border-top:0; /* tagcloud */ .tag-cloud { list-style-type:none; +text-align:center; } .aside .tag-cloud { @@ -1110,7 +1111,10 @@ font-size:0.8em; .tag-cloud li { display:inline; margin-right:7px; -line-height:1; +line-height:1.25; +} +.aside .tag-cloud li { +line-height:1.5; } .tag-cloud li a { text-decoration:none; @@ -1123,22 +1127,22 @@ font-weight:bold; font-size:1em; } .tag-cloud-2 { -font-size:1.5em; +font-size:1.25em; } .tag-cloud-3 { -font-size:2em; +font-size:1.75em; } .tag-cloud-4 { -font-size:2.5em; +font-size:2em; } .tag-cloud-5 { -font-size:3em; +font-size:2.25em; } .tag-cloud-6 { -font-size:3.5em; +font-size:2.75em; } .tag-cloud-7 { -font-size:4em; +font-size:3.25em; } #publictagcloud #tagcloud.section dt { |