diff options
| author | Mark Otto <[email protected]> | 2012-03-25 14:37:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 14:37:19 -0700 |
| commit | cbd77d0aeba4b4105dfcc51dc1298a0d00452869 (patch) | |
| tree | 10a53cda3f2ea373dc86480a938c6bd0528ae245 /less/forms.less | |
| parent | d0526e31fa291bd1ef943081ff7248e734edccb7 (diff) | |
| download | bootstrap-cbd77d0aeba4b4105dfcc51dc1298a0d00452869.tar.xz bootstrap-cbd77d0aeba4b4105dfcc51dc1298a0d00452869.zip | |
give IE7 inline-block behavior for input-prepend/append
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 4f99cce8d..72903faa2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -475,6 +475,7 @@ select:focus:required:invalid { .input-prepend, .input-append { display: inline-block; + .ie7-inline-block(); margin-bottom: 0; } // Re-hide hidden elements due to specifity |
