summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/stoica/display.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index 60d477069..257a1e7b9 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -646,3 +646,32 @@ input#openid_url {
}
/* ===== End Forms Styling ===== */
+
+/* ===== Tag Cloud Styling ===== */
+
+p#tagcloud largest {
+font-size: xx-large;
+}
+p#tagcloud verylarge {
+font-size: x-large;
+}
+
+p#tagcloud large {
+font-size: large;
+}
+
+p#tagcloud medium {
+font-size: medium;
+}
+
+p#tagcloud small {
+font-size: small;
+}
+
+p#tagcloud verysmall {
+font-size: x-small;
+}
+
+p#tagcloud smallest {
+font-size: xx-small;
+}