diff options
| author | Jacob Thornton <[email protected]> | 2012-02-21 23:16:06 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-21 23:16:06 -0800 |
| commit | 5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3 (patch) | |
| tree | 568f4a35482b5b27992309992db7cc322b0d7e4c /less/forms.less | |
| parent | e3ae517555fb9500493fde8efeef4a9788cd3264 (diff) | |
| download | bootstrap-5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3.tar.xz bootstrap-5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3.zip | |
rewrite the grid system. Clean shit up tons - only generate 12 columns by default - custom builder will do differently if you request it.
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less index bc89bdc3f..9a0d3b849 100644 --- a/less/forms.less +++ b/less/forms.less @@ -253,7 +253,7 @@ textarea[class*="span"], // GRID SIZING FOR INPUTS // ---------------------- -#inputGridSystem > .generate(@gridColumns, @gridColumnWidth, @gridGutterWidth); +#grid > .input (@gridColumnWidth, @gridGutterWidth); @@ -301,7 +301,7 @@ select:focus:required:invalid { border-color: #ee5f5b; &:focus { border-color: darken(#ee5f5b, 10%); - .box-shadow(0 0 6px lighten(#ee5f5b, 20%)); + .box-shadow(0 0 6px lighten(#ee5f5b, 20%)); } } @@ -410,7 +410,7 @@ select:focus:required:invalid { } .uneditable-input { border-left-color: #eee; - border-right-color: #ccc; + border-right-color: #ccc; } .add-on { margin-right: 0; |
