diff options
author | friendica <info@friendica.com> | 2015-03-02 11:09:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-02 11:09:38 -0800 |
commit | e6eee5ba92bc64ea0c9855831bddf66acccd9bee (patch) | |
tree | 18511fd088335012ae72394695e8ce8b0a07beee /view/theme/redbasic | |
parent | 5a85096d776dfe7048adf5869559a3f16709d149 (diff) | |
download | volse-hubzilla-e6eee5ba92bc64ea0c9855831bddf66acccd9bee.tar.gz volse-hubzilla-e6eee5ba92bc64ea0c9855831bddf66acccd9bee.tar.bz2 volse-hubzilla-e6eee5ba92bc64ea0c9855831bddf66acccd9bee.zip |
tagcloud tweaks
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 8c4b8eb81..248c85592 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1459,50 +1459,50 @@ header { .shared_header img { margin-right: 10px; } .tag1 { - font-size : 1.0em !important; + font-size : 0.9em !important; } .tag2 { - font-size : 1.2em !important; + font-size : 1.0em !important; } .tag3 { - font-size : 1.4em !important; + font-size : 1.1em !important; } .tag4 { - font-size : 1.6em !important; + font-size : 1.2em !important; } .tag5 { - font-size : 1.8em !important; + font-size : 1.3em !important; } .tag6 { - font-size : 2.0em !important; + font-size : 1.4em !important; } .tag7 { - font-size : 2.2em !important; + font-size : 1.5em !important; } .tag8 { - font-size : 2.4em !important; + font-size : 1.6em !important; } .tag9 { - font-size : 2.6em !important; + font-size : 1.7em !important; } .tag10 { - font-size : 2.8em !important; + font-size : 1.8em !important; } |