diff options
Diffstat (limited to 'less/tests/css-tests.html')
| -rw-r--r-- | less/tests/css-tests.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 3ded955bf..71de6cce7 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -796,6 +796,25 @@ </div><!--/span--> </div><!--/row--> </div> + +<br> + +<h4>Inline form in fluid row</h4> + +<div class="row-fluid"> + <div class="span12"> + <form class="form-inline"> + <input type="text" class="span3" placeholder="Email"> + <input type="password" class="span3" placeholder="Password"> + <label class="checkbox"> + <input type="checkbox"> Remember me + </label> + <button type="submit" class="btn">Sign in</button> + </form> + </div> +</div> + + <br> |
