2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

add version to docs homepage, fix docs example for forms

This commit is contained in:
Mark Otto
2012-02-24 21:02:24 -08:00
parent 0e8427e7b1
commit 4309153051
6 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -844,7 +844,7 @@
<label class="checkbox">
<input type="checkbox"> {{_i}}Remember me{{/i}}
</label>
<button type="submit" class="btn">{{_i}}Go{{/i}}</button>
<button type="submit" class="btn">{{_i}}Sign in{{/i}}</button>
</form>
</pre>
</div>
+1 -1
View File
@@ -6,7 +6,7 @@
<p>{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}</p>
<p class="download-info">
<a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large">{{_i}}View project on GitHub{{/i}}</a>
<a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a>
<a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap <small>(v2.0.2)</small>{{/i}}</a>
</p>
</div>