From: Evan Prodromou Date: Thu, 31 Jul 2008 13:23:02 +0000 (-0400) Subject: add edo's tagcloud code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=557f56a4a74e41d4b5c1e09e9eb2465529724c3f;p=quix0rs-gnu-social.git add edo's tagcloud code darcs-hash:20080731132302-84dde-4b5512a19202fb055338a0463ce2ecfac1c78778.gz --- 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%; }