diff options
| author | Chris Rebert <[email protected]> | 2013-07-29 11:34:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-29 11:34:13 -0700 |
| commit | db051288c5b29472f62ddcec018e325babffc87e (patch) | |
| tree | 341509430f0b5403fffde15933a36cae94a6e57d /css.html | |
| parent | 9c2ae98a4ea33ec8cec2d687a2b826bd1e295a43 (diff) | |
| parent | 13406c240a4c5fdf71e8ad7dff8291b7f61915f5 (diff) | |
| download | bootstrap-db051288c5b29472f62ddcec018e325babffc87e.tar.xz bootstrap-db051288c5b29472f62ddcec018e325babffc87e.zip | |
Merge pull request #8791 from acmetech/3.0.0-wip
Update the code example for <select> multiple
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1452,7 +1452,7 @@ For example, <code><section></code> should be wrapped as inline. <option>5</option> </select> -<select multiple="multiple" class="form-control"> +<select multiple class="form-control"> <option>1</option> <option>2</option> <option>3</option> |
