Match main-content right margin to left
authorDan Wells <dbw2@calvin.edu>
Fri, 25 Oct 2013 20:43:14 +0000 (16:43 -0400)
committerDan Scott <dscott@laurentian.ca>
Sat, 26 Oct 2013 03:38:26 +0000 (23:38 -0400)
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@calvin.edu>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2

index 35319fd..5372577 100644 (file)
@@ -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;