diff options
| author | Mark Otto <[email protected]> | 2013-08-15 15:27:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 15:27:37 -0700 |
| commit | 7ab52272d70ea78d0a68316d9572eee927587f5c (patch) | |
| tree | 1593d88d749b04a687a7dd3e18607dd36b73f819 /components.html | |
| parent | 16d7265c9b2bf89bf24a6e133dffc9308614cd49 (diff) | |
| download | bootstrap-7ab52272d70ea78d0a68316d9572eee927587f5c.tar.xz bootstrap-7ab52272d70ea78d0a68316d9572eee927587f5c.zip | |
better well content labels
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 %} |
