diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
| commit | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (patch) | |
| tree | 3bdb4e4f28526e3ab9956a6af81fe55e8eb09977 /docs/customize.html | |
| parent | f399d21ef5e20bd736d5cf2946acb982378cd2f4 (diff) | |
| download | bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.tar.xz bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.zip | |
.btn-default to .btn-secondary
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/customize.html b/docs/customize.html index 2e067b8f4..7300a03a0 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -25,7 +25,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <!-- Customizer form --> <form class="bs-customizer" role="form"> <div class="bs-docs-section" id="less-section"> - <button class="btn btn-default toggle" type="button">Toggle all</button> + <button class="btn btn-secondary toggle" type="button">Toggle all</button> <h1 id="less" class="page-header">Less files</h1> <p class="lead">Choose which Less files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p> @@ -252,7 +252,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <div class="bs-docs-section" id="plugin-section"> - <button class="btn btn-default toggle" type="button">Toggle all</button> + <button class="btn btn-secondary toggle" type="button">Toggle all</button> <h1 id="plugins" class="page-header">jQuery plugins</h1> <p class="lead">Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the <a href="../javascript/">JavaScript</a> page in the docs.</p> @@ -351,7 +351,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <div class="bs-docs-section" id="less-variables-section"> - <button class="btn btn-default toggle" type="button">Reset to defaults</button> + <button class="btn btn-secondary toggle" type="button">Reset to defaults</button> <h1 id="less-variables" class="page-header">Less variables</h1> <p class="lead">Customize Less variables to define colors, sizes and more inside your custom CSS stylesheets.</p> |
