From d5afbb63388b48a4ce77047cd7de2718f3943464 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 31 Mar 2009 00:08:17 +0200 Subject: Notebox fixed size, no negative margin. --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 6e4b6745..60c7b0ed 100644 --- a/local.css +++ b/local.css @@ -121,8 +121,8 @@ DIV#content { DIV.notebox { color: #9cf !important; border: dashed; - margin-right: -50%; - width: 35%; + margin-right: 0%; + width: 200px; } DIV.notebox p { -- cgit v1.2.3