From 7d43f211c0941e469a17ca6bcde91b95f93bbdf1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 29 Jul 2008 15:35:33 -0400 Subject: change tag output to a tag cloud darcs-hash:20080729193533-84dde-1e7deeb0c7d7fb7686653be17d197e871aded8be.gz --- theme/stoica/display.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'theme/stoica') diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 60d477069..257a1e7b9 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -646,3 +646,32 @@ input#openid_url { } /* ===== End Forms Styling ===== */ + +/* ===== Tag Cloud Styling ===== */ + +p#tagcloud largest { +font-size: xx-large; +} +p#tagcloud verylarge { +font-size: x-large; +} + +p#tagcloud large { +font-size: large; +} + +p#tagcloud medium { +font-size: medium; +} + +p#tagcloud small { +font-size: small; +} + +p#tagcloud verysmall { +font-size: x-small; +} + +p#tagcloud smallest { +font-size: xx-small; +} -- cgit v1.2.3-54-g00ecf