diff options
| author | Mark Otto <[email protected]> | 2013-08-05 08:17:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 08:17:41 -0700 |
| commit | e92518aec201e5b17d464853e1d6a9359f18849b (patch) | |
| tree | 417c77d81a693ef1eb8ee9508f57cba087c29b20 /getting-started.html | |
| parent | 233eef6861b8e3ccd02d14b3c622d0abefd509a9 (diff) | |
| download | bootstrap-e92518aec201e5b17d464853e1d6a9359f18849b.tar.xz bootstrap-e92518aec201e5b17d464853e1d6a9359f18849b.zip | |
more docs changes
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/getting-started.html b/getting-started.html index 42947bbcd..c404f9609 100644 --- a/getting-started.html +++ b/getting-started.html @@ -19,8 +19,6 @@ base_url: "../" <p class="lead">The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.</p> <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p> - <hr> - <h3 id="download-options">More download options</h3> <div class="bs-docs-dl-options"> <h4> @@ -38,8 +36,6 @@ base_url: "../" {% highlight bash %}$ bower install bootstrap{% endhighlight %} </div> - <hr> - <h3 id="download-cdn">Use the Bootstrap CDN</h3> <p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p> {% highlight html linenos %} @@ -112,7 +108,7 @@ bootstrap/ <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> - <!-- Optionally enable responsive features in IE8. Respond.js can be obtained from https://github.com/scottjehl/Respond --> + <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> <script src="js/respond.js"></script> </body> </html> |
