diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 14:40:07 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:32 +0100 |
commit | 8872ffabb7364abde38499606b92273744f67574 (patch) | |
tree | a688855fdf81dfde6eb94202c4aa9aa193fc8dc8 /local.css | |
parent | 03b4eb8930e433daf0f2a3b91001871d4d47938f (diff) |
Topbar no bottom- or topmargin, pageinfo remake padding.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -28,12 +28,13 @@ div#topbar ol li { line-height: 2em; background-color: green; color: white; - margin: 0; + margin-top: 0; + margin-bottom: 0; } div#pageinfo { margin: 0; - padding: 1em 0 0; + padding: 1em; border-top: 0; background-color: green; color: white; |