]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more docs changes
authorMark Otto <otto@github.com>
Mon, 5 Aug 2013 15:17:41 +0000 (08:17 -0700)
committerMark Otto <otto@github.com>
Mon, 5 Aug 2013 15:17:41 +0000 (08:17 -0700)
getting-started.html

index 42947bbcde9aa15481d3fefe7de8d0d70a3bfd20..c404f960921153a96e19c9101d7a64fc8f6f5c7e 100644 (file)
@@ -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>