From 129965127af72ae5b06bfece031fe2d4bdbed233 Mon Sep 17 00:00:00 2001 From: Holger Date: Thu, 13 Aug 2015 15:13:33 +0200 Subject: [PATCH] minify new css 2nd --- css/theme.css | 2 +- css/theme.min.css | 2 +- sass/understrap/understrap.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/theme.css b/css/theme.css index a663c40..215435d 100644 --- a/css/theme.css +++ b/css/theme.css @@ -6794,7 +6794,7 @@ body { .wrapper { padding: 30px 0; } -.wrapper#wrapper-hero, .wrapper#wrapper-static-hero { +#wrapper-hero, #wrapper-static-hero { padding: 0px !important; } .sticky, .gallery-caption, .bypostauthor { diff --git a/css/theme.min.css b/css/theme.min.css index 72ce7c1..a8d0ed4 100644 --- a/css/theme.min.css +++ b/css/theme.min.css @@ -1554,7 +1554,7 @@ td.visible-print,th.visible-print{display:table-cell!important} .fa,.fa-stack{display:inline-block} body{padding-top:50px} .wrapper{padding:30px 0} -.wrapper#wrapper-hero,.wrapper#wrapper-static-hero{padding:0!important} +#wrapper-hero,#wrapper-static-hero{padding:0!important} .bypostauthor,.gallery-caption,.sticky{font-size:inherit} .wrapper#wrapper-sticky{border-bottom:1px solid #eee} /*! diff --git a/sass/understrap/understrap.scss b/sass/understrap/understrap.scss index b4d0292..9e68785 100644 --- a/sass/understrap/understrap.scss +++ b/sass/understrap/understrap.scss @@ -7,7 +7,7 @@ body { padding-top: 50px; } } // Reset hero wrapper padding to 0 -.wrapper#wrapper-hero, .wrapper#wrapper-static-hero { +#wrapper-hero, #wrapper-static-hero { padding:0px!important; }