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