From 628c1cb697219203100090f7e9ccd8ebfbfcd854 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 31 Mar 2009 00:32:35 +0200 Subject: Notebox fixed negative left-margin. --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index b1b86a44..b1f00949 100644 --- a/local.css +++ b/local.css @@ -122,7 +122,7 @@ DIV.notebox { color: #9cf !important; background: none; border: dashed; - margin-right: 0%; + margin-right: -210px; width: 200px; } -- cgit v1.2.3