diff options
-rw-r--r-- | local.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -184,7 +184,9 @@ DIV.sidebar DIV.notebox A { } DIV.farbar { - background: none; + float: right; + margin-left: -30%; + background: lightblue; width: 30% max-width: 300px; } |