diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-19 23:51:12 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-01-19 23:51:12 +0100 |
commit | 94365e6d6a81e3bdc8f79c53128a9b12e0137a61 (patch) | |
tree | fb7918f20dcfdaeb6470b541cb79ef92582b66dc | |
parent | 115ca642ff14a111fe612a4b0ef659894fadb4ba (diff) |
Styling: Sidebar color marked important (to override other css).
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ DIV.inlinefooter { DIV#sidebar, DIV.sidebar { - color: DarkBlue; + color: DarkBlue !important; float: left; min-height: 480px; width: 14%; |