From: Dan Wells Date: Fri, 25 Oct 2013 20:43:14 +0000 (-0400) Subject: Match main-content right margin to left X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b0226bf7699826a681be8990e9fed850a4c95786;p=working%2FEvergreen.git 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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 67a70bec1a..de30b0315c 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -573,7 +573,7 @@ div.format_icon { } #main-content { padding-left: 0px; - margin-left: 1em; + margin: 0 1em; clear: both; } @@ -1842,7 +1842,7 @@ a.preflib_change { margin: 0.3em; } #main-content { - margin-left: 1px; + margin: 0 1px; } #rdetails_status thead { display: none;