mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 19:00:23 +02:00
better well content labels
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user