Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-28 02:27:43 +0400
committerMark Otto <markotto@twitter.com>2012-08-28 02:27:58 +0400
commit4674945fa83ce7459d5bad45d1d574a6496ec3be (patch)
tree1521e242b3cddcfec355efcf7bfb671b02f05689 /docs/templates/pages
parentb444582ccdc8c4f0e4c21357d41498cd46532a70 (diff)
fixes #4556: add mention of disable state and required js to buttons docs
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/base-css.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 743a9b5428..23f63228f5 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1495,7 +1495,7 @@
</pre>
<p>
<span class="label label-info">{{_i}}Heads up!{{/i}}</span>
- {{_i}}We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required.{{/i}}
+ {{_i}}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.{{/i}}
</p>
<h3>Button element</h3>