Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-05-23 10:34:28 +0400
committerMark Otto <otto@github.com>2013-05-23 10:34:28 +0400
commitacc0875259593d3206a07ac24bf877d0c8c0c8b9 (patch)
tree3ebffd15964f3e67c0df7c3ef7e599cf9d2a6fdc /docs/customize.html
parent432d417ade569cce1a8a4a2e5fbbd32b57170891 (diff)
fix up customizer js and classes; turn buttons into real buttons
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/customize.html b/docs/customize.html
index 6a703e47f7..e6139f23af 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -7,10 +7,10 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<!-- Customize
================================================== -->
- <form>
+ <form class="bs-customizer">
<div class="bs-docs-section" id="components">
<div class="page-header">
- <a class="btn btn-default pull-right toggle-all" href="#">Toggle all</a>
+ <button class="btn btn-default toggle" type="button">Toggle all</button>
<h1>LESS components</h1>
</div>
<p class="lead">Choose which LESS files should be compiled into your custom stylesheets.</p>
@@ -273,10 +273,10 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
</div>
</div>
</div>
-
+
<div class="bs-docs-section" id="plugins">
<div class="page-header">
- <a class="btn btn-default pull-right toggle-all" href="#">Toggle all</a>
+ <button class="btn btn-default toggle" type="button">Toggle all</button>
<h1>jQuery plugins</h1>
</div>
<p class="lead">Choose which jQuery plugins should be included in your custom JavaScript files.</p>
@@ -369,11 +369,11 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<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>
</div>
-
-
+
+
<div class="bs-docs-section" id="variables">
<div class="page-header">
- <a class="btn btn-default pull-right toggle-all" href="#">Reset to defaults</a>
+ <button class="btn btn-default toggle" type="button">Reset to defaults</button>
<h1>LESS variables</h1>
</div>
<p class="lead">Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.</p>