diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -171,14 +171,16 @@ DIV.farbar { } DIV.notebox { - color: #9cf !important; + color: #06c !important; background: none; - border: dashed; + border: medium dashed #9cf; /* margin-right: -20%; width: 30%; max-width: 300px;*/ + text-align: center; } +/* TODO: drop when nn4.css is dropped */ DIV.notebox p { color: #06c; text-align: center; |