aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-23 10:18:39 -0700
committerChris Rebert <[email protected]>2013-08-23 10:18:39 -0700
commit4912f960f47c8b0008ca6bcfecb629d4a3ee148a (patch)
tree7012ef26617b6ab21cb67aff9070abec6d81340c /css.html
parent24f57bdf41b81fd898db0fc2b946ffd1e7b843ee (diff)
downloadbootstrap-4912f960f47c8b0008ca6bcfecb629d4a3ee148a.tar.xz
bootstrap-4912f960f47c8b0008ca6bcfecb629d4a3ee148a.zip
fix #10070 by resyncing fieldset disabled live example & example code
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index 8aae2488d..d4c19a91c 100644
--- a/css.html
+++ b/css.html
@@ -1802,7 +1802,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the <code>disabled</code> attribute on a <code>&lt;fieldset&gt;</code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
</div>
- <form class="bs-example">
+ <form class="bs-example" role="form">
<fieldset disabled>
<div class="form-group">
<label for="disabledTextInput">Disabled input</label>
@@ -1823,7 +1823,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</fieldset>
</form>
{% highlight html %}
-<form class="form-inline" role="form">
+<form role="form">
<fieldset disabled>
<div class="form-group">
<label for="disabledTextInput">Disabled input</label>