From 143b3db2c9c97b281b0c4ede937d136e9f904651 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Feb 2012 18:56:05 -0800 Subject: update inline forms to resolve checkbox label with space in it and overlapping content, per #1969 --- docs/base-css.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 5a2e12748..86ea85533 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -910,7 +910,7 @@ For example, <code>section</code> should be wrapped as inline. @@ -918,6 +918,9 @@ For example, <code>section</code> should be wrapped as inline. <form class="well form-inline"> <input type="text" class="input-small" placeholder="Email"> <input type="password" class="input-small" placeholder="Password"> + <label class="checkbox"> + <input type="checkbox"> Remember me + </label> <button type="submit" class="btn">Go</button> </form> -- cgit v1.2.3