TPAC: No need for a 26px padding on the header bottom
authorDan Scott <dscott@laurentian.ca>
Tue, 4 Oct 2011 02:03:00 +0000 (22:03 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 4 Oct 2011 02:12:25 +0000 (22:12 -0400)
26px on the bottom of the header was giving a bit too much space to the
header.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/css/skin/default/opac/style.css

index 9d18010..449a4b2 100644 (file)
@@ -136,7 +136,7 @@ span.dash_divider {
 }
 #header {
        color: #fff;
-       padding: 26px 0px 26px 0px;
+       padding-top: 26px;
        width: 974px;
        margin: auto;
        font-size:11px;