From c825629ffe096c116aed21dbba14e07f2615472d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 19:20:45 -0700 Subject: Nuke all IE8 fallbacks and comments and hacks --- less/forms.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'less/forms.less') 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 { -- cgit v1.2.3