]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change relative names to percentages in font sizes
authorEvan Prodromou <evan@prodromou.name>
Tue, 29 Jul 2008 19:50:55 +0000 (15:50 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 29 Jul 2008 19:50:55 +0000 (15:50 -0400)
darcs-hash:20080729195055-84dde-f7e6200cc81deea2399ce7c5d5cb8cddcc32ae2d.gz

theme/stoica/display.css

index 257a1e7b97aca1fd410b8fb3eaf507f4dffd7d2e..2f4c4ded54740c1d50c3976c6e9ae39ab89cf1f5 100644 (file)
@@ -650,28 +650,28 @@ input#openid_url {
 /* ===== Tag Cloud Styling ===== */
 
 p#tagcloud largest {
-font-size: xx-large;
+font-size: 400%;
 }
 p#tagcloud verylarge {
-font-size: x-large;
+font-size: 200%;
 }
 
 p#tagcloud large {
-font-size: large;
+font-size: 150%;
 }
 
 p#tagcloud medium {
-font-size: medium;
+font-size: 100%;
 }
 
 p#tagcloud small {
-font-size: small;
+font-size: 75%;
 }
 
 p#tagcloud verysmall {
-font-size: x-small;
+font-size: 50%;
 }
 
 p#tagcloud smallest {
-font-size: xx-small;
+font-size: 25%;
 }