From: Laury GvR Date: Wed, 29 Oct 2014 17:20:03 +0000 (-0400) Subject: More color changes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0b4d12c1a75f94f1fa24798ff8516344211957c2;p=web%2FWP-Theme-GaslightMedia.git More color changes --- diff --git a/css/app.css b/css/app.css index 265392f..793c15c 100644 --- a/css/app.css +++ b/css/app.css @@ -6104,18 +6104,6 @@ article h2 { color: white; font-style: italic; } -#gallery li:first-child .ngg-gallery-thumbnail-box { - background-color: orange; } - -#gallery li:nth-child(2) .ngg-gallery-thumbnail-box { - background-color: orange; } - -#gallery li:nth-child(3) .ngg-gallery-thumbnail-box { - background-color: orange; } - -#gallery li:nth-child(4) .ngg-gallery-thumbnail-box { - background-color: orange; } - .ngg-gallery-thumbnail { float: none !important; } diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 6379e26..85476b5 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -461,7 +461,6 @@ article h2 { #homepage_portfolio p, #homepage_problem_solvers p { padding: 0 40px; - } #homepage_testimonials { width: 100%; @@ -603,18 +602,6 @@ article h2 { font-style: italic; } } - #gallery li:first-child .ngg-gallery-thumbnail-box { - background-color: orange; - } - #gallery li:nth-child(2) .ngg-gallery-thumbnail-box { - background-color: orange; - } - #gallery li:nth-child(3) .ngg-gallery-thumbnail-box { - background-color: orange; - } - #gallery li:nth-child(4) .ngg-gallery-thumbnail-box { - background-color: orange; - } .ngg-gallery-thumbnail { float: none !important; }