summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-12 01:41:14 +0100
committerSiri Reiter <siri@jones.dk>2009-03-12 01:41:14 +0100
commit781f9abcdd42afa9b115286a71e214e42bedf667 (patch)
treeb4abd9a8d880568b152ed8d0feaaa3a27324db2f /local.css
parent105ba95f26e5d3c5394852fcc8cf0c54c8bc03ea (diff)
Local CSS: Notebox text blue.
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/local.css b/local.css
index f986dc97..ed3224e8 100644
--- a/local.css
+++ b/local.css
@@ -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;