]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change the font sizes in the tag cloud
authorEvan Prodromou <evan@prodromou.name>
Thu, 31 Jul 2008 04:07:03 +0000 (00:07 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 31 Jul 2008 04:07:03 +0000 (00:07 -0400)
darcs-hash:20080731040703-84dde-c90f3afa2b15474331edb39f38ab1123978b4b09.gz

theme/stoica/display.css

index 5094a2ed8b8b9d07f7045f6b8e42a88de8a9b597..a15bd9c0d4f99b4470c3354aa38f8422305e3cd4 100644 (file)
@@ -654,28 +654,28 @@ text-align: center;
 }
 
 p.tagcloud a.largest {
-font-size: 200%;
+font-size: 400%;
 }
 p.tagcloud a.verylarge {
-font-size: 150%;
+font-size: 300%;
 }
 
 p.tagcloud a.large {
-font-size: 125%;
+font-size: 200%;
 }
 
 p.tagcloud a.medium {
-font-size: 100%;
+font-size: 150%;
 }
 
 p.tagcloud a.small {
-font-size: 75%;
+font-size: 100%;
 }
 
 p.tagcloud a.verysmall {
-font-size: 50%;
+font-size: 80%;
 }
 
 p.tagcloud a.smallest {
-font-size: 25%;
+font-size: 60%;
 }