diff options
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 73b436fc6..df9b67ef0 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -1,5 +1,13 @@ @import url('../duepuntozero/style.css'); +nav #banner #logo-text a { + color: #ff0000; + font-size: 32px; +} + +nav #banner img { + margin-top: 5px; +} .wall-item-content-wrapper { border: none; } @@ -133,10 +141,12 @@ nav #site-location { -moz-border-radius: 3px; box-shadow: 4px 4px 3px 0 #444444; } + .settings-widget .selected { border-radius: 3px; -moz-border-radius: 3px; box-shadow: 4px 4px 3px 0 #444444; + margin-left: -4px; } #sidebar-page-list .label { |