diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 01:41:14 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 01:41:14 +0100 |
commit | 781f9abcdd42afa9b115286a71e214e42bedf667 (patch) | |
tree | b4abd9a8d880568b152ed8d0feaaa3a27324db2f | |
parent | 105ba95f26e5d3c5394852fcc8cf0c54c8bc03ea (diff) |
Local CSS: Notebox text blue.
-rw-r--r-- | local.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -24,7 +24,6 @@ DIV.header span { display: none; } - DIV.pageheader { background-color: #00f; } @@ -114,6 +113,10 @@ DIV#content { min-height: 45em; } +DIV.notebox { + color: #00f !important; +} + div#pageinfo { margin: 15em 1em 1em; padding: 1em 0 0; |