diff options
| author | Mark Otto <[email protected]> | 2015-02-24 16:43:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 16:43:22 -0800 |
| commit | b7b69cd35301d4acdf69d09e1dbb1f4445551b2a (patch) | |
| tree | 0052099ed7d13b10bc38b24d458637cae5bc5941 /docs/_includes/components/wells.html | |
| parent | 05513c52c4b31db3646639ba4e1b8a5ee7271ae9 (diff) | |
| parent | be164f4d1a8703144cfed588ed53d7ec432149e4 (diff) | |
| download | bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.tar.xz bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/components/wells.html')
| -rw-r--r-- | docs/_includes/components/wells.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/components/wells.html b/docs/_includes/components/wells.html index 53eae2dde..e502f2b3c 100644 --- a/docs/_includes/components/wells.html +++ b/docs/_includes/components/wells.html @@ -1,7 +1,7 @@ <div class="bs-docs-section"> <h1 id="wells" class="page-header">Wells</h1> - <h3>Default well</h3> + <h2>Default well</h2> <p>Use the well as a simple effect on an element to give it an inset effect.</p> <div class="bs-example" data-example-id="default-well"> <div class="well"> @@ -11,7 +11,7 @@ {% highlight html %} <div class="well">...</div> {% endhighlight %} - <h3>Optional classes</h3> + <h2>Optional classes</h2> <p>Control padding and rounded corners with two optional modifier classes.</p> <div class="bs-example" data-example-id="large-well"> <div class="well well-lg"> |
