From: Laury GvR Date: Fri, 31 Oct 2014 14:32:40 +0000 (-0400) Subject: Style updates, mainly front page. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ccc3951c828f5e998db7620505f708ed3e108691;p=web%2FWP-Theme-GaslightMedia.git Style updates, mainly front page. --- diff --git a/css/app.css b/css/app.css index 2f2b2f0..5c610cc 100644 --- a/css/app.css +++ b/css/app.css @@ -5973,9 +5973,16 @@ article h2 { #homepage_portfolio { text-align: center; } -#homepage_portfolio p, #homepage_problem_solvers p { +#homepage_portfolio > p, #homepage_problem_solvers > p { padding: 0 40px; } +#homepage_portfolio, #homepage_portfolio > p, #homepage_problem_solvers > p { + text-align: center; + font-family: Helvetica !important; + font-size: 18px !important; + color: grey !important; + margin: 0; } + #homepage_testimonials { width: 100%; height: 165px; @@ -6059,7 +6066,8 @@ article h2 { overflow: hidden; height: 100%; text-decoration: none; - color: white; } + color: white; + font-style: italic; } .homepage_testimonials_text p { font-size: 16px; } @@ -6090,10 +6098,6 @@ article h2 { #homepage_problem_solvers { text-align: center; } -#homepage_portfolio { - text-align: center; - margin: 0; } - .ngg-galleryoverview { padding: 20px; } diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 9f290d9..2b6e690 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -458,10 +458,19 @@ article h2 { #homepage_portfolio { text-align:center; } - #homepage_portfolio p, - #homepage_problem_solvers p { + #homepage_portfolio > p, + #homepage_problem_solvers > p { padding: 0 40px; } + #homepage_portfolio, + #homepage_portfolio > p, + #homepage_problem_solvers > p { + text-align:center; + font-family: Helvetica !important; + font-size: 18px !important; + color: grey !important; + margin: 0; + } #homepage_testimonials { width: 100%; height: 165px; @@ -557,6 +566,7 @@ article h2 { height: 100%; text-decoration: none; color: white; + font-style: italic; } .homepage_testimonials_text p { font-size: 16px; @@ -588,10 +598,6 @@ article h2 { #homepage_problem_solvers { text-align:center; } - #homepage_portfolio { - text-align:center; - margin: 0; - } .ngg-galleryoverview { padding: 20px; }