diff options
| author | Mark Otto <[email protected]> | 2013-08-18 02:04:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 02:04:10 -0700 |
| commit | c7e5fa15e05daa1f39d20374e90ec0fb542ab9ba (patch) | |
| tree | b341ea1a25b53b59cb16ded04d21397a19e37734 /customize.html | |
| parent | 72a3819f6c1a34f4754ef48ccdb4c00f9d9d77e1 (diff) | |
| parent | b790bbbafc1ca24f54b1a836601502feda49caad (diff) | |
| download | bootstrap-c7e5fa15e05daa1f39d20374e90ec0fb542ab9ba.tar.xz bootstrap-c7e5fa15e05daa1f39d20374e90ec0fb542ab9ba.zip | |
Merge branch '3.0.0-wip' into bs3_restore_glyphicons
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/customize.html b/customize.html index 55dd882f8..9d6f2756b 100644 --- a/customize.html +++ b/customize.html @@ -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> |
