summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-29 15:50:55 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-29 15:50:55 -0400
commitc3a87512084ff5781606d54abe17480e35331fad (patch)
treec5ff6bd8e3108f4a015c4a8e9e70be4adbec446a /theme
parent575f70545171f6f5c94214ce88e5b07a1f517810 (diff)
change relative names to percentages in font sizes
darcs-hash:20080729195055-84dde-f7e6200cc81deea2399ce7c5d5cb8cddcc32ae2d.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/stoica/display.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index 257a1e7b9..2f4c4ded5 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -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%;
}