From bce3ba360f9d947793c5b7e00c02a1e7f847ecba Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Fri, 2 Dec 2011 17:06:41 -0600
Subject: [PATCH] Introduce #quicklinks placeholder into #whitebar

Added an empty #quicklinks element into the #whitebar element to account
for the 20px of space it uses and bump the subsequent page content down by
20px, ie. get the banner to start at the border of the white background transition.
---
 skins/UabVector.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/skins/UabVector.php b/skins/UabVector.php
index b93a3f0..05b14a3 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -481,6 +481,10 @@ class UabVectorTemplate extends QuickTemplate {
                       <?php $this->renderNavigation( array( 'SEARCH' ) ); ?>
                    </div>
                    <!-- /search -->
+                   <!-- quicklinks -->
+		   <div id="quicklinks">
+                   </div>
+                   <!-- /quicklinks -->
                    <div style="clear:both"></div>
                 </div>
                 <!-- /whitebar -->
-- 
GitLab