diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 14:58:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:33 +0100 |
commit | c8416ccaf37233d2bf7f2d142068daf7c878ceff (patch) | |
tree | 0c308e7d5eca34e9296d03f154ad7c72bfed3388 /local.css | |
parent | 2a8f317593917d72fefaff6cd550f63931bee853 (diff) |
No padding in top and bottom of pageinfo (just to see what happens).
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ div#topbar ol li { div#pageinfo { margin: 0; - padding: 5px 20px; + padding: 0 20px; border-top: 0; background-color: green; color: white; |