diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 00:08:17 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 00:08:17 +0200 |
commit | d5afbb63388b48a4ce77047cd7de2718f3943464 (patch) | |
tree | 9ace247fd60b473b319e73d3403bd690c6df1c17 | |
parent | 0764927a11b506cec81d5cc3b2c525ca77b16cf6 (diff) |
Notebox fixed size, no negative margin.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |