diff options
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 8ee111a6..95b14808 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -564,6 +564,24 @@ table { text-align: center; } +/*** tag cloud ***/ + +#cloudtag { + width: 50%; + margin: 0 auto; + border: 1px solid white; + padding: 10px; +} + +#cloudtag a { + text-decoration: none; + font-weight: bold; +} + +#cloudtag span { + font-weight: lighter; +} + /*** Wide screen ***/ @media screen and (min-width: 1441px) { |