diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -99,11 +99,13 @@ div#sidebar ul ul li { margin-left: 10%; } -div.notebox * { +div.notebox { border: none; - color: green !important; width: 30%; } +div.notebox, div.notebox * { + color: green !important; +} div#farbar { float: right; |