diff options
| author | Mark Otto <[email protected]> | 2015-02-24 16:26:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 16:26:17 -0800 |
| commit | 13c690f992aa250c86aad6fa98df72141af0c062 (patch) | |
| tree | 866b933a6538b364508c78590f323346523a1503 /docs/_includes/components/wells.html | |
| parent | 7872ca69bee17010942ca61bed753651446b5f41 (diff) | |
| parent | 79eb5854ea06c95b0640168d243f920ca1ba3f1d (diff) | |
| download | bootstrap-13c690f992aa250c86aad6fa98df72141af0c062.tar.xz bootstrap-13c690f992aa250c86aad6fa98df72141af0c062.zip | |
Merge pull request #15891 from StevenBlack/headings-listgroup-panel-well
docs>components>(remaining components) headings
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"> |
