diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:43:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:43:07 -0800 |
| commit | adc2c779a06f1eea4fefddcf0d666a7131477d8c (patch) | |
| tree | f0daa210e15315808291c3f9650f444ca66ab8e2 /less/forms.less | |
| parent | b8b266ca7ce4419d0b64d7c9cc895db9c1e79015 (diff) | |
| download | bootstrap-adc2c779a06f1eea4fefddcf0d666a7131477d8c.tar.xz bootstrap-adc2c779a06f1eea4fefddcf0d666a7131477d8c.zip | |
grid vars updated
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 2d3f01892..fe1bb9d40 100644 --- a/less/forms.less +++ b/less/forms.less @@ -291,7 +291,7 @@ textarea[class*="span"], } .controls-row { - #grid > .input(@gridColumnWidth, @gridGutterWidth, @gridRowWidth); + #grid > .input(@grid-column-width, @grid-gutter-width, @grid-row-width); } // Ensure input-prepend/append never wraps |
