From 92c09ee62fb62bc99bcc0080f57a6dbef19a0d0f Mon Sep 17 00:00:00 2001 From: Paul Clarke Date: Sun, 22 Aug 2010 23:26:49 +0000 Subject: [PATCH] Blog styling --- css/tagcloud.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/tagcloud.css b/css/tagcloud.css index 464952f..3fb67e0 100644 --- a/css/tagcloud.css +++ b/css/tagcloud.css @@ -1,6 +1,6 @@ -.tagcloud .not-popular { font-size: 1em; } -.tagcloud .not-very-popular { font-size: 1.3em; } -.tagcloud .somewhat-popular { font-size: 1.6em; } -.tagcloud .popular { font-size: 1.9em; } -.tagcloud .very-popular { font-size: 2.2em; } -.tagcloud .ultra-popular { font-size: 2.5em; } \ No newline at end of file +.tagcloud .not-popular { font-size: .9em; } +.tagcloud .not-very-popular { font-size: 1em; } +.tagcloud .somewhat-popular { font-size: 1.3em; } +.tagcloud .popular { font-size: 1.6em; } +.tagcloud .very-popular { font-size: 1.9em; } +.tagcloud .ultra-popular { font-size: 2.2em; } \ No newline at end of file