From 354e18c791a22a52e54c402fb66f9909e0f723aa Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Fri, 4 Nov 2011 14:58:37 +0000
Subject: [PATCH] [gh-259] Merging testing into staging -c1240

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

diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css
index 541887ef..2c3e505e 100644
--- a/sites/all/themes/unl_wdn/style.css
+++ b/sites/all/themes/unl_wdn/style.css
@@ -148,49 +148,50 @@ ul.links.inline {padding-left: 0 !important;}
   color: #eee !important;
 } 
 
-/* .view-teaser
+/* .node-teaser
 *********/
-.view-teaser .views-row {
+.node-teaser {
   margin-bottom: 5px; 
   padding: 10px;
 }
-.view-teaser .views-row-even {
+.content > .node-teaser:nth-child(odd),
+.views-row-even .node-teaser {
   background-color: #f7f7f7;
 }
-.view-teaser .content {
+.node-teaser .content {
   margin-bottom: 5px;
 }
-.view-teaser h2 a, .view-teaser h3 a, .view-teaser h4 a, .view-teaser h5 a, .view-teaser h6 a {
+.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;
 }
-.view-teaser h2 a:hover, .view-teaser h3 a:hover, .view-teaser h4 a:hover, .view-teaser h5 a:hover, .view-teaser h6 a:hover {
+.node-teaser h2 a:hover, .node-teaser h3 a:hover, .node-teaser h4 a:hover, .node-teaser h5 a:hover, .node-teaser h6 a:hover {
   text-decoration: underline !important;
 }
-.view-teaser .meta.submitted {
+.node-teaser .meta.submitted {
   font-size: .95em;
   color: #888;
   margin-bottom: 15px;
 }
-.view-teaser .meta.submitted .username {
+.node-teaser .meta.submitted .username {
   color: #888 !important;
 }
-.view-teaser .meta.submitted .username:hover {
+.node-teaser .meta.submitted .username:hover {
   text-decoration: underline !important;
 }
-.view-teaser .meta.submitted .datetime {
+.node-teaser .meta.submitted .datetime {
   font-style: italic;
   margin-left: 10px;
 }
-.view-teaser .links {
+.node-teaser .links {
   float: right;
 }
-.view-teaser .node-readmore a {
+.node-teaser .node-readmore a {
   background: #3388bb;
   padding: 3px 8px;
   color: #eee !important;
 } 
-.view-teaser .field-type-image .field-item {
+.node-teaser .field-type-image .field-item {
   float: left;
   margin: 0 20px 30px 0;
 }
-- 
GitLab