mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00: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…
Reference in a new issue