diff options
| author | Mark Otto <[email protected]> | 2011-09-02 12:19:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 12:19:43 -0700 |
| commit | 8c1e60c638ba9f2c564f9c0f05c255a673672a5e (patch) | |
| tree | b4b50a11cc31f17db7c24629e3c7c3f8aed733d5 /docs | |
| parent | ac57331323e8a36ccc25d474859288f0403e669d (diff) | |
| download | bootstrap-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.html | 2 |
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> <button class="btn large" disabled>Action</button> + <button class="btn large primary disabled" disabled="disabled">Primary action</button> <button class="btn large" disabled>Action</button> </div> </div> </div><!-- /row --> |
