aboutsummaryrefslogtreecommitdiff
path: root/docs/customize.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-06-26 15:59:33 +0200
committerJulian Thilo <[email protected]>2013-06-26 15:59:33 +0200
commitb4e0e4fee65fb50f7981d28bb875083e0da1a303 (patch)
treeed95be2700e8d7bb00e1e741c04fff523641c2b5 /docs/customize.html
parentf00c885d4ce1c36755aee64ee517b0dbb3ab52b3 (diff)
downloadbootstrap-b4e0e4fee65fb50f7981d28bb875083e0da1a303.tar.xz
bootstrap-b4e0e4fee65fb50f7981d28bb875083e0da1a303.zip
Adjust info callout, add callouts to docs
* Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html
index 19957867f..c91a23c14 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -355,9 +355,14 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
</div>
</div>
</div>
- <div class="bs-callout">
- <h4>Heads up!</h4>
- <p>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 class="bs-callout bs-callout-info">
+ <h4>Produces two files</h4>
+ <p>All checked plugins will be compiled into a readable <code>bootstrap.js</code> and a minified <code>bootstrap.min.js</code>. We recommend you use the minified version in production.</p>
+ </div>
+
+ <div class="bs-callout bs-callout-danger">
+ <h4>jQuery required</h4>
+ <p>All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
</div>
</div>
@@ -1128,7 +1133,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div class="bs-customize-download">
<a class="btn" href="#" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Customize and Download</a>
</div>
- <div class="bs-callout">
+ <div class="bs-callout bs-callout-danger">
<h4>What's included?</h4>
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
</div>