From 262b7f351649587e70d7dbce2fd405342a808e80 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 16 Jul 2015 19:09:55 -0300 Subject: [PATCH] Update theme --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 43fbe88..110fe5d 100644 --- a/style.css +++ b/style.css @@ -3326,7 +3326,7 @@ body.action-embed-index { background-image: -webkit-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%); background-image: -ms-linear-gradient(top, #FFFFFF 66%, #B5C9D3 100%); background-image: linear-gradient(to top, #FFFFFF 66%, #B5C9D3 100%); - background-size: 100% 350px; + background-size: 100% 927px; background-repeat: no-repeat; } @@ -3352,9 +3352,12 @@ body.action-embed-index { border: none !important; } .highlights-container a { - background-color: none !important; + background-color: transparent !important; } .action-home-index .block .block-inner-2, .action-environment_design-index .block .block-inner-2 { - background-color: none; + background-color: transparent; +} +.highlights-label { + display: none !important; } -- libgit2 0.21.2