From 1f6ba00239b4f994a3f445fea3ce07ad02bea3ad Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <eric@unl.edu> Date: Mon, 7 Nov 2011 23:23:34 +0000 Subject: [PATCH] [gh-259] Merging test into staging -c1256 git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1257 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css index 56070803..a0c30ffb 100644 --- a/sites/all/themes/unl_wdn/style.css +++ b/sites/all/themes/unl_wdn/style.css @@ -190,9 +190,8 @@ ul.links.inline {padding-left: 0 !important;} background-color: #E8F4FF !important; border: 1px solid #E1EAF0; } -.content > .node-teaser:nth-child(odd), -.views-row-even .node-teaser { - background-color: #f7f7f7; +.content > .node-teaser:nth-child(odd) {background-color: #f7f7f7;} +.views-row-even .node-teaser {background-color: #f7f7f7;} } .node-teaser .content { margin-bottom: 5px; -- GitLab