diff options
| author | Steven Black <[email protected]> | 2015-02-27 20:36:51 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-03-03 18:26:38 +0200 |
| commit | 0862d1410ec9347a75915c4eb0dc59447cb46dad (patch) | |
| tree | 3b21dff4c04cacbe2831ca2ae513634432ff91f8 /docs/_includes/getting-started/third-party-support.html | |
| parent | 457885075f8fa004f3a190efdcf381af218e1bb7 (diff) | |
| download | bootstrap-0862d1410ec9347a75915c4eb0dc59447cb46dad.tar.xz bootstrap-0862d1410ec9347a75915c4eb0dc59447cb46dad.zip | |
Accessibility and headings hierarchy for the "Getting started" page.
Closes #15946 by merging it.
Diffstat (limited to 'docs/_includes/getting-started/third-party-support.html')
| -rw-r--r-- | docs/_includes/getting-started/third-party-support.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/third-party-support.html b/docs/_includes/getting-started/third-party-support.html index 77d869c53..d4ecae162 100644 --- a/docs/_includes/getting-started/third-party-support.html +++ b/docs/_includes/getting-started/third-party-support.html @@ -2,7 +2,7 @@ <h1 id="third-parties" class="page-header">Third party support</h1> <p class="lead">While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.</p> - <h3 id="third-box-sizing">Box-sizing</h3> + <h2 id="third-box-sizing">Box-sizing</h2> <p>Some third party software, including Google Maps and Google Custom Search Engine, conflict with Bootstrap due to <code>* { box-sizing: border-box; }</code>, a rule which makes it so <code>padding</code> does not affect the final computed width of an element. Learn more about <a href="http://css-tricks.com/box-sizing/">box model and sizing at CSS Tricks</a>.</p> <p>Depending on the context, you may override as-needed (Option 1) or reset the box-sizing for entire regions (Option 2).</p> {% highlight scss %} |
