From b682dee418cd3b6ca56bbc2bb0a5551d022fb711 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 12 Mar 2009 01:50:48 +0100 Subject: Local CSS: Notebox border dashed and light blue. --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index fea1ff81..ac543724 100644 --- a/local.css +++ b/local.css @@ -114,8 +114,8 @@ DIV#content { } DIV.notebox { - color: #00f !important; - border: medium; + color: lightblue !important; + border: dashed; margin-right: -32%; width: 30%; } -- cgit v1.2.3