2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

bunch of updates to customizer

This commit is contained in:
fat
2013-08-18 00:28:52 -07:00
parent 95732b429f
commit 57f5872467
4 changed files with 222 additions and 24 deletions
+3 -7
View File
@@ -81,7 +81,7 @@ base_url: "../"
<h4>Utility classes</h4>
<div class="checkbox">
<label>
<input type="checkbox" checked value="utilities.less">
<input type="checkbox" checked value="utilities.less" data-dependents="navbar.less">
Basic utilities
</label>
</div>
@@ -112,7 +112,7 @@ base_url: "../"
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="navbar.less" data-dependencies="forms.less">
<input type="checkbox" checked value="navbar.less" data-dependencies="forms.less,utilities.less">
Navbar
</label>
</div>
@@ -1475,11 +1475,7 @@ base_url: "../"
</div>
<p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p>
<div class="bs-customize-download">
<button id="btn-download" class="btn btn-block btn-lg btn-bs" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Customize and Download</button>
</div>
<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>
<button id="btn-compile" class="btn btn-block btn-lg btn-bs" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
</div>
</div><!-- /download -->
</form>