diff options
| author | Mark Otto <[email protected]> | 2014-07-08 19:20:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 19:20:45 -0700 |
| commit | c825629ffe096c116aed21dbba14e07f2615472d (patch) | |
| tree | 1a322b397c961df907d089c4ea8b65d3dbc70969 /less/forms.less | |
| parent | 6c7a6b4691746937a127c0834f48e3f3e1443c3e (diff) | |
| download | bootstrap-c825629ffe096c116aed21dbba14e07f2615472d.tar.xz bootstrap-c825629ffe096c116aed21dbba14e07f2615472d.zip | |
Nuke all IE8 fallbacks and comments and hacks
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less index dca78cf24..f0aed90fe 100644 --- a/less/forms.less +++ b/less/forms.less @@ -31,7 +31,6 @@ legend { label { display: inline-block; - max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom: 5px; font-weight: bold; } @@ -52,7 +51,7 @@ input[type="search"] { input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; - margin-top: 1px \9; // IE8-9 + margin-top: 1px \9; // IE9 line-height: normal; } @@ -182,7 +181,7 @@ input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: @input-height-base; - // IE8+ misaligns the text within date inputs, so we reset + // IE9+ misaligns the text within date inputs, so we reset line-height: @line-height-base ~"\0"; &.input-sm { |
