Commit 7ab52272 authored by Mark Otto's avatar Mark Otto

better well content labels

parent 16d7265c
...@@ -2571,7 +2571,7 @@ body { padding-bottom: 70px; } ...@@ -2571,7 +2571,7 @@ body { padding-bottom: 70px; }
<p>Control padding and rounded corners with two optional modifier classes.</p> <p>Control padding and rounded corners with two optional modifier classes.</p>
<div class="bs-example"> <div class="bs-example">
<div class="well well-lg"> <div class="well well-lg">
Look, I'm in a well! Look, I'm in a large well!
</div> </div>
</div> </div>
{% highlight html %} {% highlight html %}
...@@ -2580,7 +2580,7 @@ body { padding-bottom: 70px; } ...@@ -2580,7 +2580,7 @@ body { padding-bottom: 70px; }
<div class="bs-example"> <div class="bs-example">
<div class="well well-sm"> <div class="well well-sm">
Look, I'm in a well! Look, I'm in a small well!
</div> </div>
</div> </div>
{% highlight html %} {% highlight html %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment