summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-31 00:08:17 +0200
committerSiri Reiter <siri@jones.dk>2009-03-31 00:08:17 +0200
commitd5afbb63388b48a4ce77047cd7de2718f3943464 (patch)
tree9ace247fd60b473b319e73d3403bd690c6df1c17 /local.css
parent0764927a11b506cec81d5cc3b2c525ca77b16cf6 (diff)
Notebox fixed size, no negative margin.
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files 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 {