1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fix well to card

This commit is contained in:
Mark Otto 2015-08-11 12:28:28 -07:00
parent 58051f959f
commit 37eb1e1d8b

View file

@ -31,7 +31,7 @@ You can use a link with the `href` attribute, or a button with the `data-target`
</button> </button>
</p> </p>
<div class="collapse" id="collapseExample"> <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. 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>
</div> </div>