summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-09-12 10:53:06 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-09-12 10:53:06 -0700
commitac64614d4da7174c085f257f3b8e39aa7afa9eb5 (patch)
tree6c5fb4b6d4f93785962faa4b7fd8477f2a359ab9
parent91d4ffa68068dd194f3b789ab6cbc8f1aabe7627 (diff)
Path for ticket #1140. Add a size0 to the tag cloud.
-rw-r--r--modules/tag/css/tag.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css
index 6d6438e3..8a64960a 100644
--- a/modules/tag/css/tag.css
+++ b/modules/tag/css/tag.css
@@ -19,6 +19,12 @@
display: none;
}
+#g-tag-cloud ul li.size0 a {
+ color: #9cf;
+ font-size: 70%;
+ font-weight: 100;
+}
+
#g-tag-cloud ul li.size1 a {
color: #9cf;
font-size: 80%;