diff options
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components.html b/components.html index 71b4f836f..ead8cf141 100644 --- a/components.html +++ b/components.html @@ -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 %} |
