diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 01:44:56 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 01:44:56 +0100 |
commit | 3e31d89645e7d3f39455d84df423dae521e75e80 (patch) | |
tree | 3c3eb2c8097fdb62f7bf704bf87c0472701f1783 | |
parent | 781f9abcdd42afa9b115286a71e214e42bedf667 (diff) |
Local CSS: Notebox border change and margins.
-rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ DIV#content { DIV.notebox { color: #00f !important; + border: medium; + margin-right: -32%; + width: 30%; } div#pageinfo { |