From d535422330b07844f8c8391e5623025c9ae7ba27 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Mon, 27 Jul 2009 15:50:16 +0000
Subject: [PATCH] Added first-child image to the start of the tabs.

---
 unl_theme/views/default/css.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index 0b42b0a7..76812733 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -60,8 +60,11 @@
     display:inline;
     float:left;
 	background:url('/wdn/templates_3.0/css/content/images/tabs/ulBG.png') repeat-x left;
-    /**/
     }
+#maincontent #bulletin-nav ul li:first-child {
+   padding-left:5px;
+   background:url('/wdn/templates_3.0/css/content/images/tabs/inactiveLeftFirst.png') no-repeat bottom left;
+   }
 #maincontent #bulletin-nav a {
 	display:block;
 	height:34px;
-- 
GitLab