diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 02:03:47 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 02:03:47 +0100 |
commit | c12010c7e40bccee5a38df6ba4b42ca5b6317799 (patch) | |
tree | fa25486ffb9b6b5eef3f2de454664267b9436920 | |
parent | 1f7e23cb0360238e5ceb58f233a897aba158211a (diff) |
Local CSS: Notebox wider and farer.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -116,8 +116,8 @@ DIV#content { DIV.notebox { color: lightblue !important; border: dashed; - margin-right: -32%; - width: 30%; + margin-right: -50%; + width: 35%; } DIV.notebox p { |