From 62bb5cbae4fd3b9d801ade8cd7d0c4ff3bbbaecd Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 2 Sep 2010 21:29:50 +0200 Subject: Style: Tighten notebox text/border coloring. --- local.css | 6 ++++-- 1 file 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; -- cgit v1.2.3