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 <markotto@twitter.com>2012-07-23 23:51:48 +0400
committerMark Otto <markotto@twitter.com>2012-07-23 23:51:48 +0400
commit5b8838aeace0bf725438be84a7396d988749d62c (patch)
tree091c9378fbd70751e8a54ba711f13da20247fd2e /docs/templates/pages/customize.mustache
parentb05fc00d591d0d24f72cde6fc656fd021a52c82c (diff)
more alignment fixes for customize page
Diffstat (limited to 'docs/templates/pages/customize.mustache')
-rw-r--r--docs/templates/pages/customize.mustache8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache
index 8d14be78c0..1e56eb3ba0 100644
--- a/docs/templates/pages/customize.mustache
+++ b/docs/templates/pages/customize.mustache
@@ -63,8 +63,6 @@
<label class="checkbox"><input checked="checked" type="checkbox" value="alerts.less"> {{_i}}Alerts{{/i}}</label>
<label class="checkbox"><input checked="checked" type="checkbox" value="progress-bars.less"> {{_i}}Progress bars{{/i}}</label>
<label class="checkbox"><input checked="checked" type="checkbox" value="hero-unit.less"> {{_i}}Hero unit{{/i}}</label>
- </div><!-- /span -->
- <div class="span3">
<h3>{{_i}}JS Components{{/i}}</h3>
<label class="checkbox"><input checked="checked" type="checkbox" value="tooltip.less"> {{_i}}Tooltips{{/i}}</label>
<label class="checkbox"><input checked="checked" type="checkbox" value="popovers.less"> {{_i}}Popovers{{/i}}</label>
@@ -97,7 +95,7 @@
</h1>
</div>
<div class="row download-builder">
- <div class="span4">
+ <div class="span3">
<label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-transition.js">
{{_i}}Transitions <small>(required for any animation)</small>{{/i}}
@@ -123,7 +121,7 @@
{{_i}}Tooltips{{/i}}
</label>
</div><!-- /span -->
- <div class="span4">
+ <div class="span3">
<label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-popover.js">
{{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
@@ -149,7 +147,7 @@
{{_i}}Typeahead{{/i}}
</label>
</div><!-- /span -->
- <div class="span4">
+ <div class="span3">
<h4 class="muted">{{_i}}Heads up!{{/i}}</h4>
<p class="muted">{{_i}}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.{{/i}}</p>
</div><!-- /span -->