summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/local.css b/local.css
index f8790340..dcae4c74 100644
--- a/local.css
+++ b/local.css
@@ -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;