diff options
| author | Mark Otto <[email protected]> | 2013-12-15 14:14:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 14:14:09 -0800 |
| commit | f5c13a3e1b2beef5e3335a710993ff8b383d76f7 (patch) | |
| tree | ceb11b1f9f38a962973f4bd57be3762bcfeba3a4 /customize.html | |
| parent | f6fe62cdf7327902267e89a79d78d42ee24db5b4 (diff) | |
| download | bootstrap-f5c13a3e1b2beef5e3335a710993ff8b383d76f7.tar.xz bootstrap-f5c13a3e1b2beef5e3335a710993ff8b383d76f7.zip | |
revert an earlier change to move the component-animations.less file because it fubared modal backdrop .fade usage
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/customize.html b/customize.html index a7a97ef27..2b9e5d770 100644 --- a/customize.html +++ b/customize.html @@ -184,6 +184,12 @@ base_url: "../" <h3>JavaScript components</h3> <div class="checkbox"> <label> + <input type="checkbox" checked value="component-animations.less"> + Component animations (for JS) + </label> + </div> + <div class="checkbox"> + <label> <input type="checkbox" checked value="dropdowns.less"> Dropdowns </label> @@ -226,12 +232,6 @@ base_url: "../" Responsive utilities </label> </div> - <div class="checkbox"> - <label> - <input type="checkbox" checked value="component-animations.less"> - Component animations (for JS) - </label> - </div> </div><!-- .col-xs-6 .col-sm-4 --> </div><!-- /.row --> </div> |
