diff --git a/docs/css.html b/docs/css.html
index 6651215f5b..750b84a35b 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1886,8 +1886,8 @@ For example, <section> should be wrapped as inline.
Add the disabled attribute to a <fieldset> to disable all the controls within the <fieldset> at once.
<a> not impactedThis class will only change the appearance of <a class="btn btn-default"> buttons, not their functionality. Use custom JavaScript to disable links here.
<a>Our styles use pointer-events: none to try to disable the link functionality of <a class="btn btn-*"> buttons in this case, but that CSS property is not yet standardized and isn't fully supported in Opera 18 and below, or in Internet Explorer 11. So to be safe, use custom JavaScript to disable such links.
<section> should be wrapped as inline.
We use .disabled as a utility class here, similar to the common .active class, so no prefix is required.
This class will only change the <a>'s appearance, not its functionality. Use custom JavaScript to disable links here.
This class uses pointer-events: none to try to disable the link functionality of <a>s, but that CSS property is not yet standardized and isn't fully supported in Opera 18 and below, or in Internet Explorer 11. So to be safe, use custom JavaScript to disable such links.