diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-11 22:07:39 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-11 22:07:39 +0200 |
commit | 187fc71192199efb16f10b701cb65f668c6cc9db (patch) | |
tree | 5f8de6cb34ae3415bb8ba16079c9b68d8ca0a44d | |
parent | e1157770651aab1c342d6965aa7f0faf213b1065 (diff) |
Style: Background, not background-color is the word.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ DIV.topbar ul li { DIV#sidebar, DIV.sidebar { - background-color: none; + background: none; padding: 1em; border: none; margin-top: 4em; |