summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-04-18 03:06:23 +0200
committerSiri Reiter <siri@jones.dk>2010-04-18 03:06:23 +0200
commitb1ac3b01f86aed7c6d24dc189e8b663a239103ac (patch)
tree33dbfdc863c701cf89aae4c3576f4c156a53eafe
parent06a26d50545444d9ef08a27c93361a9184cf4c02 (diff)
Style notebox: Correct syntax error, wider max width.
-rw-r--r--local.css4
1 files 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 {