stylesheets/foundation/forms.scss in zurb-foundation-3.0.4 vs stylesheets/foundation/forms.scss in zurb-foundation-3.0.5.rc1

- old
+ new

@@ -1,10 +1,8 @@ /* Requires globals.css */ - @import "base"; - /* Standard Forms ---------------------- */ form { margin: 0 0 ($formSpacing * $ratio); } .row form .row { margin: 0 (-($formSpacing / 2)); @@ -38,10 +36,10 @@ &.oversize { @include font-size(18, true); } &:focus { background: darken($white, 2%); outline: none !important; border-color: darken($white, 30%); } &[disabled] { background-color: #ddd; } } - + textarea { height: auto; } select { width: 100%; } /* Fieldsets */