summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-09-02 21:29:50 +0200
committerSiri Reiter <siri@jones.dk>2010-09-02 21:29:50 +0200
commit62bb5cbae4fd3b9d801ade8cd7d0c4ff3bbbaecd (patch)
treef2068f194c914e6688165c9375cc4aec32ca95c2
parent7df12a30e62b8b8048867620e1a5a792fccf1baf (diff)
Style: Tighten notebox text/border coloring.
-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;