1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

wrap download page in form

This commit is contained in:
Mark Otto 2012-06-04 08:44:50 -07:00
parent 37ba0eba02
commit 8eb1488861
2 changed files with 626 additions and 622 deletions

View file

@ -91,6 +91,7 @@
</div>
</header>
<form>
<section class="download" id="components">
<div class="page-header">
<a class="btn btn-small pull-right toggle-all" href="#">Toggle all</a>
@ -414,6 +415,7 @@
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
</div>
</section><!-- /download -->
</form>
<!-- Footer

View file

@ -13,6 +13,7 @@
</div>
</header>
<form>
<section class="download" id="components">
<div class="page-header">
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
@ -336,3 +337,4 @@
<p>{{_i}}Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.{{/i}}</p>
</div>
</section><!-- /download -->
</form>