aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 12:19:43 -0700
committerMark Otto <[email protected]>2011-09-02 12:19:43 -0700
commit8c1e60c638ba9f2c564f9c0f05c255a673672a5e (patch)
treeb4b50a11cc31f17db7c24629e3c7c3f8aed733d5 /docs
parentac57331323e8a36ccc25d474859288f0403e669d (diff)
downloadbootstrap-8c1e60c638ba9f2c564f9c0f05c255a673672a5e.tar.xz
bootstrap-8c1e60c638ba9f2c564f9c0f05c255a673672a5e.zip
add reset filter to preboot for turning off gradients in IE when necessary; make :disabled [disabled] for crossbrowser usage
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index e9686b90d..d2e036611 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -891,7 +891,7 @@
</div>
<h4>Buttons</h4>
<div class="well">
- <button class="btn large primary disabled" disabled>Primary action</button>&nbsp;<button class="btn large" disabled>Action</button>
+ <button class="btn large primary disabled" disabled="disabled">Primary action</button>&nbsp;<button class="btn large" disabled>Action</button>
</div>
</div>
</div><!-- /row -->