]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add mention of js compilation to single file in customize page per #2003
authorMark Otto <markotto@twitter.com>
Sat, 18 Feb 2012 05:18:08 +0000 (21:18 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 18 Feb 2012 05:18:08 +0000 (21:18 -0800)
docs/assets/bootstrap.zip
docs/assets/css/docs.css
docs/download.html
docs/templates/pages/download.mustache

index ddf89c1f4261a71850d2cdb38b42a0c506c74881..eb28e640e31eff9a670a9e33bfe657bdd9272862 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index f6a388c2364452cadef865030be27d780c7d35f9..1e63cd580911c675406b54021137059034b3f541 100644 (file)
@@ -427,17 +427,17 @@ hr.soften {
 .download-btn {
   margin: 36px 0 108px;
 }
-.download p,
-.download h4 {
+#download p,
+#download h4 {
   max-width: 50%;
   margin: 0 auto;
   color: #999;
   text-align: center;
 }
-.download h4 {
+#download h4 {
   margin-bottom: 0;
 }
-.download p {
+#download p {
   margin-bottom: 18px;
 }
 .download-btn .btn {
index 9159787d09d5bc5a2c82a12a09a3a6635250072e..b7588ad478f9f3a8326f702ab34277e98b394f86 100644 (file)
     </div><!-- /span -->
     <div class="span4">
       <h4 class="muted">Heads up!</h4>
-      <p class="muted">All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
+      <p class="muted">All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
     </div><!-- /span -->
   </div><!-- /row -->
 </section>
index fe38d1450ec70fdc02b0d6cc554275b9ee97e2db..ae995b8a4df88c0e79bda1c9ef9ca628b79809c2 100644 (file)
     </div><!-- /span -->
     <div class="span4">
       <h4 class="muted">{{_i}}Heads up!{{/i}}</h4>
-      <p class="muted">{{_i}}All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
+      <p class="muted">{{_i}}All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
     </div><!-- /span -->
   </div><!-- /row -->
 </section>