summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 14:58:16 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:33 +0100
commitc8416ccaf37233d2bf7f2d142068daf7c878ceff (patch)
tree0c308e7d5eca34e9296d03f154ad7c72bfed3388
parent2a8f317593917d72fefaff6cd550f63931bee853 (diff)
No padding in top and bottom of pageinfo (just to see what happens).
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 8a44d7c..3380a7f 100644
--- a/local.css
+++ b/local.css
@@ -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;