From e89ef8e3a18edd27a72f865f7defa612c68494c3 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Mon, 7 Nov 2011 19:44:24 +0000
Subject: [PATCH] [gh-259] Merging test into staging -c1244

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1245 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/themes/unl_wdn/style.css | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css
index 2c3e505e..192cf11f 100644
--- a/sites/all/themes/unl_wdn/style.css
+++ b/sites/all/themes/unl_wdn/style.css
@@ -22,6 +22,14 @@ body.fixed #maincontent {min-width: 960px;}
 /* Override for unl #maincontent specificity */
 ul.links.inline {padding-left: 0 !important;}
 
+/* taxonomy
+*********/
+.taxonomy-term-description {
+  box-shadow: 0 1px 3px #999999;
+  margin: 0 0 20px;
+  padding: 10px;
+}
+
 /* book
 *********/
 .book-navigation ul {
@@ -151,9 +159,13 @@ ul.links.inline {padding-left: 0 !important;}
 /* .node-teaser
 *********/
 .node-teaser {
-  margin-bottom: 5px; 
+  margin-bottom: 10px; 
   padding: 10px;
 }
+.node-teaser.node-sticky {
+  background-color: #E8F4FF !important;
+  border: 1px solid #E1EAF0;
+}
 .content > .node-teaser:nth-child(odd),
 .views-row-even .node-teaser {
   background-color: #f7f7f7;
@@ -161,6 +173,9 @@ ul.links.inline {padding-left: 0 !important;}
 .node-teaser .content {
   margin-bottom: 5px;
 }
+.node-teaser h2, .node-teaser h3, .node-teaser h4, .node-teaser h5, .node-teaser h6 {
+  padding-top: 0 !important;
+}
 .node-teaser h2 a, .node-teaser h3 a, .node-teaser h4 a, .node-teaser h5 a, .node-teaser h6 a {
   color: #444 !important;
   font-size: 18px !important;
-- 
GitLab