From 844df9e0011c0dff5900bcbed3f1146564c0103c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 14:45:00 -0700 Subject: [PATCH] Fixes #8732: unfucks disabled fieldset form example with form groups --- css.html | 30 +++++++++++++++++++++--------- dist/css/bootstrap.css | 1 - dist/css/bootstrap.min.css | 2 +- less/navbar.less | 1 - 4 files changed, 22 insertions(+), 12 deletions(-) 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.

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