From d6dd90cf57532b49e211c234c7474a145a4629e1 Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Fri, 2 Dec 2011 12:13:37 -0600
Subject: [PATCH] Hide white background of content area

Suppressed the default vector background rendering for the content area so it look
more like a standard uab content area.
---
 skins/uabvector/main-ltr.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/skins/uabvector/main-ltr.css b/skins/uabvector/main-ltr.css
index 78dd1e2..450844a 100644
--- a/skins/uabvector/main-ltr.css
+++ b/skins/uabvector/main-ltr.css
@@ -31,10 +31,13 @@ body {
 #content {
 	margin-left: 10em;
 	padding: 1em;
+        left: 30%;
+        /*
 	background-image: url(images/border.png);
 	background-position: top left;
 	background-repeat: repeat-y;
 	background-color: white;
+        */
 }
 /* Head */
 #mw-page-base {
-- 
GitLab