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/templates/pages/base-css.mustache | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 96036d6ee..519f07bfe 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -834,7 +834,7 @@ @@ -842,6 +842,9 @@ <form class="well form-inline"> <input type="text" class="input-small" placeholder="{{_i}}Email{{/i}}"> <input type="password" class="input-small" placeholder="{{_i}}Password{{/i}}"> + <label class="checkbox"> + <input type="checkbox"> {{_i}}Remember me{{/i}} + </label> <button type="submit" class="btn">{{_i}}Go{{/i}}</button> </form> -- cgit v1.2.3