From 781f9abcdd42afa9b115286a71e214e42bedf667 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 12 Mar 2009 01:41:14 +0100 Subject: Local CSS: Notebox text blue. --- local.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3