diff options
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index cf4e5822c..2038a1fa7 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -650,14 +650,14 @@ input#openid_url { /* ===== Tag Cloud Styling ===== */ p.tagcloud a.largest { -font-size: 400%; +font-size: 200%; } p.tagcloud a.verylarge { -font-size: 200%; +font-size: 150%; } p.tagcloud a.large { -font-size: 150%; +font-size: 125%; } p.tagcloud a.medium { |