diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-06 14:10:41 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-06 14:10:41 +0200 |
commit | 018bc67885cec8874ad22f30e404ae3dff92d240 (patch) | |
tree | 74a4e8eed322e737a051b4b811ad5d1d2cc97eb6 | |
parent | 3fae89b17b8108e79aee9c566e24d47fcbe2b471 (diff) |
Actions background light blue.
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ DIV.pageheader SPAN.title { display: none; } +DIV.actions { + background-color: LightBlue; +} + DIV#topbar { margin: 0; padding: 0; |