diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 15:17:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:33 +0100 |
commit | 4ebf4c6a643b548afd02e61cf66492e0fa3fc19b (patch) | |
tree | 5d89e1ac056eebb5c68c6a81730072d907caa66b /local.css | |
parent | 634885217d4f61eaaa26cfb0e291470e83213828 (diff) |
No margin-top in pagedate.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -34,8 +34,12 @@ div#topbar ol li { div#pageinfo { margin: 0; - padding: 2px 20px 2px; + padding: 2px 20px; border-top: 0; background-color: green; color: white; -}
\ No newline at end of file +} + +div.pagedate { + margin-top: 0; +} |