From 557f56a4a74e41d4b5c1e09e9eb2465529724c3f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 31 Jul 2008 09:23:02 -0400 Subject: [PATCH] add edo's tagcloud code darcs-hash:20080731132302-84dde-4b5512a19202fb055338a0463ce2ecfac1c78778.gz --- theme/stoica/display.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/stoica/display.css b/theme/stoica/display.css index a15bd9c0d4..395da2e2fe 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%; }