diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 00:28:40 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 00:28:40 +0200 |
commit | 655fbb85a1e219926019dd33b002cfbb29174c3a (patch) | |
tree | 05199fbc8034345cdea86c3fdf7280ebed3e886c | |
parent | 3201632c9fb22b8939e022042831237ed3cdce10 (diff) |
Notebox no background-color.
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ DIV#content { DIV.notebox { color: #9cf !important; + background-color: none; border: dashed; margin-right: 0%; width: 200px; |