diff options
| author | Mark Otto <[email protected]> | 2015-08-11 12:28:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-11 12:28:28 -0700 |
| commit | 37eb1e1d8bfe87d75f96dc4c692997b8df68253d (patch) | |
| tree | de3d07d0f8e45505fd540bd299514b07f11e86e7 /docs/components | |
| parent | 58051f959fab986ab6ef36f345ac5e3612058217 (diff) | |
| download | bootstrap-37eb1e1d8bfe87d75f96dc4c692997b8df68253d.tar.xz bootstrap-37eb1e1d8bfe87d75f96dc4c692997b8df68253d.zip | |
fix well to card
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/collapse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/collapse.md b/docs/components/collapse.md index abe092923..9cb61a0c5 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -31,7 +31,7 @@ You can use a link with the `href` attribute, or a button with the `data-target` </button> </p> <div class="collapse" id="collapseExample"> - <div class="well"> + <div class="card card-block"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. </div> </div> |
