From: Mark Otto Date: Mon, 5 Aug 2013 21:45:00 +0000 (-0700) Subject: Fixes #8732: unfucks disabled fieldset form example with form groups X-Git-Tag: v3.0.0-rc.2~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844df9e0011c0dff5900bcbed3f1146564c0103c;p=thirdparty%2Fbootstrap.git Fixes #8732: unfucks disabled fieldset form example with form groups --- diff --git a/css.html b/css.html index b175cf8003..d34009eef2 100644 --- a/css.html +++ b/css.html @@ -1550,12 +1550,18 @@ For example, <section> should be wrapped as inline.

While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.

-
+
- - +
+ + +
+
+ + +