diff options
| author | Mark Otto <[email protected]> | 2012-01-27 16:40:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 16:40:14 -0800 |
| commit | 997fc33af9a4cbdc078e85ee491f777d0dd2d51a (patch) | |
| tree | 2a51e53ad917f6e1dca58a8d6e7748594e78a215 /less/forms.less | |
| parent | d9759abeebbca0681054f8da3ff7c3029948284e (diff) | |
| download | bootstrap-997fc33af9a4cbdc078e85ee491f777d0dd2d51a.tar.xz bootstrap-997fc33af9a4cbdc078e85ee491f777d0dd2d51a.zip | |
clean up use of mixins to highlight them appropriately in your fav editor
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 52f5063f0..c84d9a11d 100644 --- a/less/forms.less +++ b/less/forms.less @@ -377,7 +377,7 @@ select:focus:required:invalid { .help-inline { display: inline-block; - .ie7-inline-block; + .ie7-inline-block(); margin-bottom: 9px; vertical-align: middle; padding-left: 5px; |
