diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-06 14:17:02 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-06 14:17:02 +0200 |
commit | 35b3bc1d5ccaf0a1a8884e4ffae7342c56a233ae (patch) | |
tree | 798c9daa7713aaf759ed7374bd50e13630dc5056 | |
parent | 018bc67885cec8874ad22f30e404ae3dff92d240 (diff) |
Pageinfo background light blue and no margin.
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,8 @@ DIV#topbar ol li { DIV#pageinfo { border-top: 0; padding: 1em; + margin: 0; + background-color: LightBlue; } div.actions ul { |