[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. ee026c9333cd590b47df64de83c68f2c4ec5ac5a

Evergreen Git git at git.evergreen-ils.org
Fri Oct 25 23:46:13 EDT 2013


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  ee026c9333cd590b47df64de83c68f2c4ec5ac5a (commit)
      from  a5d6c259f02f894dc9a67df291dd702387149ed2 (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 ee026c9333cd590b47df64de83c68f2c4ec5ac5a
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Fri Oct 25 16:43:14 2013 -0400

    Match main-content right margin to left
    
    Having a margin on one side but not the other just looks "off". Let's
    match it on the right.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 35319fd..5372577 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -557,7 +557,7 @@ div.format_icon {
 }
 #main-content {
     padding-left: 0px;
-    margin-left: 1em;
+    margin: 0 1em;
     clear: both;
 }
 
@@ -1820,7 +1820,7 @@ a.preflib_change {
         margin: 0.3em;
     }
     #main-content {
-        margin-left: 1px;
+        margin: 0 1px;
     }
     #rdetails_status thead {
         display: none;

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

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list