diff options
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
