diff options
| author | Mark Otto <[email protected]> | 2015-05-27 15:49:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-27 15:49:55 -0700 |
| commit | 663576a7ae77fb3f6143ce59ea16511cdaf8e9c3 (patch) | |
| tree | 4c205f99d57e85308abc01ee431b6008bdf8c641 /docs/components/reboot.md | |
| parent | bd971c49b0883452af2e1278a8628eaf351504a1 (diff) | |
| parent | 3fe894ba3620c7e5d2e040f83948488d1911aedc (diff) | |
| download | bootstrap-663576a7ae77fb3f6143ce59ea16511cdaf8e9c3.tar.xz bootstrap-663576a7ae77fb3f6143ce59ea16511cdaf8e9c3.zip | |
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.css.map
docs/assets/css/docs.min.css
Diffstat (limited to 'docs/components/reboot.md')
| -rw-r--r-- | docs/components/reboot.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/reboot.md b/docs/components/reboot.md index baed24d1e..d1ee0a869 100644 --- a/docs/components/reboot.md +++ b/docs/components/reboot.md @@ -213,17 +213,17 @@ These changes, and more, are demonstrated below. <p> <label for="textarea">Example textarea</label> - <textarea id="example" rows="3"></textarea> + <textarea id="textarea" rows="3"></textarea> </p> <p> <label for="time">Example temporal</label> - <input type="date"> + <input type="datetime" id="time"> </p> <p> - <label for="time">Example output</label> - <output name="result">100</output> + <label for="output">Example output</label> + <output name="result" id="output">100</output> </p> <p> |
