]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
better well content labels
authorMark Otto <otto@github.com>
Thu, 15 Aug 2013 22:27:37 +0000 (15:27 -0700)
committerMark Otto <otto@github.com>
Thu, 15 Aug 2013 22:27:37 +0000 (15:27 -0700)
components.html

index 71b4f836fa6af896877b0123ef9022b337ba7af3..ead8cf1418f18a8a6adc81e43a85000802bef64d 100644 (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 %}