diff options
| author | Mark Otto <[email protected]> | 2012-08-27 15:27:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 15:27:58 -0700 |
| commit | 4674945fa83ce7459d5bad45d1d574a6496ec3be (patch) | |
| tree | 1521e242b3cddcfec355efcf7bfb671b02f05689 /docs/base-css.html | |
| parent | b444582ccdc8c4f0e4c21357d41498cd46532a70 (diff) | |
| download | bootstrap-4674945fa83ce7459d5bad45d1d574a6496ec3be.tar.xz bootstrap-4674945fa83ce7459d5bad45d1d574a6496ec3be.zip | |
fixes #4556: add mention of disable state and required js to buttons docs
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index a62f4448c..8b19d1a4d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1558,7 +1558,7 @@ For example, <code><section></code> should be wrapped as inlin </pre> <p> <span class="label label-info">Heads up!</span> - We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. + We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here. </p> <h3>Button element</h3> |
