1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-07-31 19:00:23 +02: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

View File

@@ -920,7 +920,7 @@ For example, <code>section</code> should be wrapped as inline.
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="btn">Go</button>
<button type="submit" class="btn">Sign in</button>
</form>
</pre>
</div>