1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-01 19:30:31 +02:00

better well content labels

This commit is contained in:
Mark Otto
2013-08-15 15:27:37 -07:00
parent 16d7265c9b
commit 7ab52272d7

View File

@@ -2571,7 +2571,7 @@ body { padding-bottom: 70px; }
<p>Control padding and rounded corners with two optional modifier classes.</p>
<div class="bs-example">
<div class="well well-lg">
Look, I'm in a well!
Look, I'm in a large well!
</div>
</div>
{% highlight html %}
@@ -2580,7 +2580,7 @@ body { padding-bottom: 70px; }
<div class="bs-example">
<div class="well well-sm">
Look, I'm in a well!
Look, I'm in a small well!
</div>
</div>
{% highlight html %}