diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-29 15:53:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-29 15:53:07 -0400 |
commit | 5f190145065c7026ebfef84b88b0f931c7c792bc (patch) | |
tree | 4a16066a6d0838ae3884be1d79608f16da55a374 | |
parent | af5d98d3f50ae535eb7406a5959e404c3effe628 (diff) |
shift some font sizes around
darcs-hash:20080729195307-84dde-8e9100be281e32f38c75d5872489505805b44a2a.gz
-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 { |