From ee026c9333cd590b47df64de83c68f2c4ec5ac5a Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Fri, 25 Oct 2013 16:43:14 -0400 Subject: [PATCH] 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 Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 35319fd9f6..537257780b 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; -- 2.11.0