diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css index 56070803c6f26e3a5b8538974f9ab45e5648a4bf..a0c30ffbd53a66681a6bb66b87b64f9f1cbdedfb 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;