mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
more docs changes
This commit is contained in:
parent
233eef6861
commit
e92518aec2
@ -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 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>
|
<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>
|
<h3 id="download-options">More download options</h3>
|
||||||
<div class="bs-docs-dl-options">
|
<div class="bs-docs-dl-options">
|
||||||
<h4>
|
<h4>
|
||||||
@ -38,8 +36,6 @@ base_url: "../"
|
|||||||
{% highlight bash %}$ bower install bootstrap{% endhighlight %}
|
{% highlight bash %}$ bower install bootstrap{% endhighlight %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<h3 id="download-cdn">Use the Bootstrap CDN</h3>
|
<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>
|
<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 %}
|
{% highlight html linenos %}
|
||||||
@ -112,7 +108,7 @@ bootstrap/
|
|||||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<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>
|
<script src="js/respond.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user