diff options
| author | wangsai <[email protected]> | 2013-08-24 11:39:34 +0800 |
|---|---|---|
| committer | wangsai <[email protected]> | 2013-08-24 11:39:34 +0800 |
| commit | df56ecbdcb31d1bf30470ab4c58a7a1224c2c8a8 (patch) | |
| tree | f99f61ff1df6c4e7bc6cbeee03c7ed17040b50a0 | |
| parent | 1a1394dc626a9525f93d9b4d739d0a72c4275238 (diff) | |
| download | bootstrap-df56ecbdcb31d1bf30470ab4c58a7a1224c2c8a8.tar.xz bootstrap-df56ecbdcb31d1bf30470ab4c58a7a1224c2c8a8.zip | |
fix form
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1828,7 +1828,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="bs-example"> <form role="form"> <input class="form-control" id="focusedInput" type="text" value="This is focused..."> - </div> + </form> </div> {% highlight html %} <input class="form-control" id="focusedInput" type="text" value="This is focused..."> |
