From 101fa44a49102ef3b6d29e4fc2e326ab4897222f Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Wed, 30 Nov 2011 16:38:13 -0600
Subject: [PATCH] Add UAB whitebox and whitebox-shadow that contain the central
 page elements

The whitebox and whitebox-shadow form the container for the bulk of the structural
elements in a page. They contain the content, left- and right-columns, providing
white background with a drop/border shadow.
---
 skins/UabVector.php | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/skins/UabVector.php b/skins/UabVector.php
index 0c6e20a..846ec2f 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -471,6 +471,10 @@ class UabVectorTemplate extends QuickTemplate {
 		<div id="wrapper">
 		<div id="mw-page-base" class="noprint"></div>
 		<div id="mw-head-base" class="noprint"></div>
+                <!-- whitebox-shadow -->
+		<div id="whitebox-shadow">
+                <!-- whitebox -->
+                <div id="whitebox">
 		<!-- content -->
 		<div id="content" <?php $this->html('specialpageattributes') ?>>
 			<a id="top"></a>
@@ -546,6 +550,10 @@ class UabVectorTemplate extends QuickTemplate {
 				<?php $this->renderPortals( $this->data['sidebar'] ); ?>
 			</div>
 		<!-- /panel -->
+                </div>
+                <!-- /whitebox -->
+                </div>
+		<!-- /whitebox-shadow -->
 		<!-- footer -->
 		<div id="footer"<?php $this->html('userlangattributes') ?>>
 			<?php foreach( $validFooterLinks as $category => $links ): ?>
-- 
GitLab