]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Pull from GitHub downloads for latest v3-wip on homepage
authorMark Otto <otto@github.com>
Wed, 7 Aug 2013 00:29:41 +0000 (17:29 -0700)
committerMark Otto <otto@github.com>
Wed, 7 Aug 2013 00:29:41 +0000 (17:29 -0700)
/cc @cv

assets/css/docs.css
index.html

index 4a92fa2a2eefb7b0e67dae3c8b5803154dcdd404..d0222097d91b8b5065523879497146f84a90a5d9 100644 (file)
@@ -124,7 +124,7 @@ body {
 /* Download button */
 .bs-masthead .btn-outline {
   margin-top: 20px;
-  margin-bottom: 5px;
+  margin-bottom: 20px;
   padding: 18px 24px;
   font-size: 21px;
 }
index a7cdf23280e70d0f22cfab2f9b4bd1bd9ce64139..d6f4cf28f09ecd6c20f6d786f387adabb1c76525 100644 (file)
@@ -8,9 +8,9 @@ base_url: "./"
   <div class="container">
     <h1>Bootstrap 3</h1>
     <p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
-    <p><strong>Heads up!</strong> Until the final v3 is released, downloads may be behind the development branch and Bower package.</p>
     <p>
-      <a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap</a>
+      <a href="{{ site.download }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download latest BS3</a>
     </p>
+    <p><strong>Heads up!</strong> Downloads are pulled directly from the latest commited code on GitHub, and as a result our docs may at times be out of sync.</p>
   </div>
 </div>