mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #8885 from mikefrancis/patch-1
Added attribute whitespace
This commit is contained in:
commit
55e1fcef60
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -1592,7 +1592,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
</form>
|
||||
{% highlight html %}
|
||||
<input class="form-control input-large" type="text" placeholder=".input-large">
|
||||
<input class="form-control"type="text" placeholder="Default input">
|
||||
<input class="form-control" type="text" placeholder="Default input">
|
||||
<input class="form-control input-small" type="text" placeholder=".input-small">
|
||||
|
||||
<select class="form-control input-large">...</select>
|
||||
|
|
Loading…
Add table
Reference in a new issue