diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -39,7 +39,7 @@ EM { IMG.icon { float: right; width: 184px; - margin-right: -184px; + margin-right: -200px; } body { @@ -160,6 +160,12 @@ DIV#sidebar A:hover { color: #06c; } +DIV.farbar { + background: none; + width: 30% + max-width: 300px; +} + DIV.notebox { color: #9cf !important; background: none; |