diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-12 12:58:49 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-12 12:58:49 -0700 |
commit | 1ca2780efb26c55ea782f84a147b3a7642be5682 (patch) | |
tree | ea0d798c78f92b39e03262e730654e58cf69b41f /modules | |
parent | 0b223d5484b7be7db4b527f6d72a6eed9040fc6f (diff) | |
parent | bd532f6c88ef54bd47c9b1af46bc8d2c80d4407b (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/css/tag.css | 6 |
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%; |