mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
Added attribute whitespace
This commit is contained in:
parent
46a424fc93
commit
873f884327
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…
x
Reference in New Issue
Block a user