diff options
author | Siri Reiter <siri@jones.dk> | 2012-10-02 22:28:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2012-10-02 22:28:44 +0200 |
commit | 3db38212c2393e7d051fd2672a38dfd98fe4f14d (patch) | |
tree | 5aa29b1e1e0ccc6fcefe485e649b043b783d57e8 /local.scss | |
parent | 2807069aecf4778fd89b416ab818a8a6f2df3fbb (diff) |
Initial personal styling to tag cloud.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -96,6 +96,14 @@ DIV.sidebar a { text-decoration: none; } +DIV.pagecloud { + float: right; + width: auto; + color: darkgreen !important; + border: none; + background-color: none; +} + DIV#wrapper, DIV#pagebody { float: left; |