diff options
| author | XhmikosR <[email protected]> | 2018-11-28 19:49:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-28 21:09:50 +0200 |
| commit | 24eb9a75e9b6f78c70ead8de88009729970f3005 (patch) | |
| tree | 3747a228dfb41efa8b59ca1381c32ddc499a0ae0 /site/docs/4.1/components/forms.md | |
| parent | 0b96d62fb390857d9377c353a0fc0c7a0c780935 (diff) | |
| download | bootstrap-24eb9a75e9b6f78c70ead8de88009729970f3005.tar.xz bootstrap-24eb9a75e9b6f78c70ead8de88009729970f3005.zip | |
Revert "Use `h5` for callouts so that they are not included in ToC."
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927.
This is no longer needed with jekyll-toc 0.9.1.
Diffstat (limited to 'site/docs/4.1/components/forms.md')
| -rw-r--r-- | site/docs/4.1/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index 1ea3e1a4d..29f7fc10b 100644 --- a/site/docs/4.1/components/forms.md +++ b/site/docs/4.1/components/forms.md @@ -737,7 +737,7 @@ By default, browsers will treat all native form controls (`<input>`, `<select>` {% include callout.html content=callout type="warning" %} {% capture callout %} -##### Cross-browser compatibility +#### Cross-browser compatibility While Bootstrap will apply these styles in all browsers, Internet Explorer 11 and below don't fully support the `disabled` attribute on a `<fieldset>`. Use custom JavaScript to disable the fieldset in these browsers. {% endcapture %} |
