[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0e9dab142d4cd6eabc395a01971eeef1005e50c3

Evergreen Git git at git.evergreen-ils.org
Mon Oct 3 22:13:00 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0e9dab142d4cd6eabc395a01971eeef1005e50c3 (commit)
      from  93be12f729cd6b21b40294daebe2272105687bd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e9dab142d4cd6eabc395a01971eeef1005e50c3
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Oct 3 22:03:00 2011 -0400

    TPAC: No need for a 26px padding on the header bottom
    
    26px on the bottom of the header was giving a bit too much space to the
    header.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index 9d18010..449a4b2 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -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;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/css/skin/default/opac/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list