Match main-content right margin to left user/dbwells/tpac_extras_tweak
authorDan Wells <dbw2@calvin.edu>
Fri, 25 Oct 2013 20:43:14 +0000 (16:43 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 25 Oct 2013 20:47:18 +0000 (16:47 -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>
Open-ILS/src/templates/opac/css/style.css.tt2

index 67a70be..de30b03 100644 (file)
@@ -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;