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