From b1ac3b01f86aed7c6d24dc189e8b663a239103ac Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 18 Apr 2010 03:06:23 +0200 Subject: Style notebox: Correct syntax error, wider max width. --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 5e86d062..5a531ef1 100644 --- a/local.css +++ b/local.css @@ -171,8 +171,8 @@ DIV.notebox { background: none; border: dashed; margin-right: -30%; - width: 30% - max-width: 250px; + width: 30%; + max-width: 300px; } DIV.notebox p { -- cgit v1.2.3