diff options
author | Siri Reiter <siri@jones.dk> | 2010-09-02 21:29:50 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-09-02 21:29:50 +0200 |
commit | 62bb5cbae4fd3b9d801ade8cd7d0c4ff3bbbaecd (patch) | |
tree | f2068f194c914e6688165c9375cc4aec32ca95c2 | |
parent | 7df12a30e62b8b8048867620e1a5a792fccf1baf (diff) |
Style: Tighten notebox text/border coloring.
-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; |