diff options
| author | Mark Otto <[email protected]> | 2013-08-18 21:02:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 21:02:52 -0700 |
| commit | b360a97f5c03069e7b8a06492043fc2969248f84 (patch) | |
| tree | f7c9b61ce2137e0898a704347d4a73d26e1a553b /customize.html | |
| parent | a9378a92670f4bf5ccb753191af795c45bb64998 (diff) | |
| download | bootstrap-b360a97f5c03069e7b8a06492043fc2969248f84.tar.xz bootstrap-b360a97f5c03069e7b8a06492043fc2969248f84.zip | |
mo betta btn classes in docs
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 2d2c6365e..fb4595ae2 100644 --- a/customize.html +++ b/customize.html @@ -1449,7 +1449,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-compile" class="btn btn-block btn-lg btn-bs" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button> + <button id="btn-compile" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button> </div> </div><!-- /download --> </form> |
