minify new css

This commit is contained in:
Holger 2015-08-13 15:11:16 +02:00
parent 8b3e0cec07
commit a0d035511b
4 changed files with 4 additions and 4 deletions

0
css/owl.carousel.min.css vendored Executable file → Normal file
View File

View File

@ -6794,8 +6794,8 @@ body {
.wrapper {
padding: 30px 0; }
.wrapper#wrapper-hero, #wrapper-static-hero.wrapper {
padding: 0px; }
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
padding: 0px !important; }
.sticky, .gallery-caption, .bypostauthor {
font-size: inherit; }

2
css/theme.min.css vendored
View File

@ -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{padding:0}
.wrapper#wrapper-hero,.wrapper#wrapper-static-hero{padding:0!important}
.bypostauthor,.gallery-caption,.sticky{font-size:inherit}
.wrapper#wrapper-sticky{border-bottom:1px solid #eee}
/*!

View File

@ -7,7 +7,7 @@ body { padding-top: 50px; }
}
// Reset hero wrapper padding to 0
.wrapper#wrapper-hero, #wrapper-static-hero {
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
padding:0px!important;
}