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/download.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/download.html')
| -rw-r--r-- | docs/_includes/getting-started/download.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index 13a56bebd..290731fae 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -27,7 +27,7 @@ </div> </div> - <h3 id="download-cdn">Bootstrap CDN</h3> + <h2 id="download-cdn">Bootstrap CDN</h2> <p>The folks over at <a href="http://www.maxcdn.com/">MaxCDN</a> graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links.</p> {% highlight html %} <!-- Latest compiled and minified CSS --> @@ -40,11 +40,11 @@ <script src="{{ site.cdn.js }}"></script> {% endhighlight %} - <h3 id="download-bower">Install with Bower</h3> + <h2 id="download-bower">Install with Bower</h2> <p>You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>:</p> {% highlight bash %}$ bower install bootstrap{% endhighlight %} - <h3 id="download-npm">Install with npm</h3> + <h2 id="download-npm">Install with npm</h2> <p>You can also install Bootstrap using <a href="https://www.npmjs.com">npm</a>:</p> {% highlight bash %}$ npm install bootstrap{% endhighlight %} <p><code>require('bootstrap')</code> will load all of Bootstrap's jQuery plugins onto the jQuery object. The <code>bootstrap</code> module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the <code>/js/*.js</code> files under the package's top-level directory.</p> @@ -54,6 +54,6 @@ <li><code>style</code> - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)</li> </ul> - <h3 id="download-autoprefixer">Autoprefixer required for Less/Sass</h3> + <h2 id="download-autoprefixer">Autoprefixer required for Less/Sass</h2> <p>Bootstrap uses <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> to deal with <a href="http://webdesign.about.com/od/css/a/css-vendor-prefixes.htm">CSS vendor prefixes</a>. If you're compiling Bootstrap from its Less/Sass source and not using our Gruntfile, you'll need to integrate Autoprefixer into your build process yourself. If you're using precompiled Bootstrap or using our Gruntfile, you don't need to worry about this because Autoprefixer is already integrated into our Gruntfile.</p> </div> |
