Add missing $header-padding-top, $header-padding-bottom.

This commit is contained in:
Frederic Hemberger 2011-11-18 11:37:08 +01:00
parent 4d8745bf7b
commit fe28a3bd05
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ $sidebar-width-wide: 300px !default;
$indented-lists: false !default;
$header-font-size: 1em !default;
$header-padding-top: 1.5em !default;
$header-padding-bottom: 1.5em !default;
.group { @include pie-clearfix; }