fixing german language files
This commit is contained in:
parent
4aadbb4b3d
commit
eff9ad813c
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,6 @@
|
||||||
// Some basic padding for all wrappers
|
// Some basic padding for all wrappers
|
||||||
.wrapper { padding: $grid-gutter-width-base 0; }
|
.wrapper {
|
||||||
|
padding: $grid-gutter-width-base 0; }
|
||||||
|
|
||||||
// Reset hero wrapper padding to 0
|
// Reset hero wrapper padding to 0
|
||||||
#wrapper-hero { padding: 0px !important; }
|
#wrapper-hero { padding: 0px !important; }
|
||||||
|
@ -7,7 +8,9 @@
|
||||||
// Adding basic Wordpress classes to pass the Wordpress.org tests
|
// Adding basic Wordpress classes to pass the Wordpress.org tests
|
||||||
.sticky,
|
.sticky,
|
||||||
.gallery-caption,
|
.gallery-caption,
|
||||||
.bypostauthor { font-size: inherit; }
|
.bypostauthor {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
// Separate sticky wrapper from main content
|
// Separate sticky wrapper from main content
|
||||||
.wrapper#wrapper-sticky { border-bottom: 1px solid $gray-light; }
|
.wrapper#wrapper-sticky { border-bottom: 1px solid $gray-light; }
|
||||||
|
@ -177,6 +180,4 @@ button,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clearing after widget
|
// Clearing after widget
|
||||||
aside.widget{
|
aside.widget{clear:both;}
|
||||||
clear:both;
|
|
||||||
}
|
|
Reference in New Issue