diff options
| author | Chris Rebert <[email protected]> | 2013-07-31 01:33:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-31 01:33:18 -0700 |
| commit | 55e1fcef60a569fc2ff2f3bc445c5f22936cc331 (patch) | |
| tree | 6496355032e0cf7d84aeeea2004a77ab87b4e24d | |
| parent | 46a424fc938d26a344f5cca1aab6004eaaa4a787 (diff) | |
| parent | 873f884327db773edf9d1ec361558757c293a81a (diff) | |
| download | bootstrap-55e1fcef60a569fc2ff2f3bc445c5f22936cc331.tar.xz bootstrap-55e1fcef60a569fc2ff2f3bc445c5f22936cc331.zip | |
Merge pull request #8885 from mikefrancis/patch-1
Added attribute whitespace
| -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> |
