diff options
| author | Chris Rebert <[email protected]> | 2014-01-15 14:26:29 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-15 14:26:29 -0800 |
| commit | 91c6419d0924dc36ad6599519c2afc53e6a33721 (patch) | |
| tree | b9c5c00f38337766547c1985736171d83f1c3e41 | |
| parent | 8dc1d00dd49786bb0cb748aed95a3499d9907cb7 (diff) | |
| download | bootstrap-91c6419d0924dc36ad6599519c2afc53e6a33721.tar.xz bootstrap-91c6419d0924dc36ad6599519c2afc53e6a33721.zip | |
Getting Started: fix ID of heading so matches TOC
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index b2edf0722..bb4783b3b 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -875,7 +875,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <h4>Navbar Dropdowns</h4> <p>The <code>.dropdown-backdrop</code> element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or any other element which will fire a click event in iOS).</p> - <h3 id="support-browser-zoom">Browser zooming</h3> + <h3 id="support-browser-zooming">Browser zooming</h3> <p>Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap and the rest of the web. Depending on the issue, we may be able to fix it (search first and then open an issue if need be). However, we tend to ignore these as they often have no direct solution other than hacky workarounds.</p> <h3 id="support-android-stock-browser">Android stock browser</h3> |
