diff --git a/docs/docs.html b/docs/docs.html
index c57ced0d27..d1c99fd92a 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -1568,12 +1568,12 @@ For example, <section>
should be wrapped as inline.
<a>
not impactedThis class will only change the appearance of <a class="btn">
buttons, not their functionality. You need to use custom JavaScript to disable links here.
This class will only change the appearance of <a class="btn">
buttons, not their functionality. Use custom JavaScript to disable links here.
While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <disabled>
attribute on a <fieldset>
. You need to use custom JavaScript to disable the fieldset in these browsers.
While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <disabled>
attribute on a <fieldset>
. Use custom JavaScript to disable the fieldset in these browsers.