diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-31 09:23:02 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-31 09:23:02 -0400 |
commit | 557f56a4a74e41d4b5c1e09e9eb2465529724c3f (patch) | |
tree | 7f01fab971318c7eeebf8a8b7b24cbf934333973 /theme/stoica | |
parent | d2807d966e89f691a1a63ab069b8e2bbf0e84e03 (diff) |
add edo's tagcloud code
darcs-hash:20080731132302-84dde-4b5512a19202fb055338a0463ce2ecfac1c78778.gz
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index a15bd9c0d..395da2e2f 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -653,6 +653,11 @@ p.tagcloud { text-align: center; } +p.tagcloud a { +line-height:100%; +vertical-align:middle; +} + p.tagcloud a.largest { font-size: 400%; } |