app/assets/stylesheets/umlaut/_mixins.scss in umlaut-3.1.0.pre1 vs app/assets/stylesheets/umlaut/_mixins.scss in umlaut-3.1.0.pre2

- old
+ new

@@ -50,12 +50,12 @@ /* copied from bootstrap well, because we change parts, not worth it to override, we change so much and well is so simple. */ background-color: $backgroundColor; min-height: 20px; - padding: 9px; - margin-left: -9px; /* so left edge of text still lines up */ - margin-right: -9px; + padding: 12px; + margin-left: -12px; /* so left edge of text still lines up */ + margin-right: -12px; border: 1px solid $borderColor; @include border-radius($baseBorderRadius); @include box-shadow(inset 0 1px 1px rgba(0,0,0,.05));