minify new css
This commit is contained in:
parent
8b3e0cec07
commit
a0d035511b
|
@ -6794,8 +6794,8 @@ body {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
padding: 30px 0; }
|
padding: 30px 0; }
|
||||||
|
|
||||||
.wrapper#wrapper-hero, #wrapper-static-hero.wrapper {
|
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
||||||
padding: 0px; }
|
padding: 0px !important; }
|
||||||
|
|
||||||
.sticky, .gallery-caption, .bypostauthor {
|
.sticky, .gallery-caption, .bypostauthor {
|
||||||
font-size: inherit; }
|
font-size: inherit; }
|
||||||
|
|
|
@ -1554,7 +1554,7 @@ td.visible-print,th.visible-print{display:table-cell!important}
|
||||||
.fa,.fa-stack{display:inline-block}
|
.fa,.fa-stack{display:inline-block}
|
||||||
body{padding-top:50px}
|
body{padding-top:50px}
|
||||||
.wrapper{padding:30px 0}
|
.wrapper{padding:30px 0}
|
||||||
.wrapper#wrapper-hero{padding:0}
|
.wrapper#wrapper-hero,.wrapper#wrapper-static-hero{padding:0!important}
|
||||||
.bypostauthor,.gallery-caption,.sticky{font-size:inherit}
|
.bypostauthor,.gallery-caption,.sticky{font-size:inherit}
|
||||||
.wrapper#wrapper-sticky{border-bottom:1px solid #eee}
|
.wrapper#wrapper-sticky{border-bottom:1px solid #eee}
|
||||||
/*!
|
/*!
|
||||||
|
|
|
@ -7,7 +7,7 @@ body { padding-top: 50px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset hero wrapper padding to 0
|
// Reset hero wrapper padding to 0
|
||||||
.wrapper#wrapper-hero, #wrapper-static-hero {
|
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
||||||
padding:0px!important;
|
padding:0px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue