From c33169a6bae8675bd65767690d9098a4f9c071a9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Oct 2012 11:19:16 -0700 Subject: fixes #5572: document .input-block-level --- docs/base-css.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index e8ccf5877..10a7dc62e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1337,6 +1337,17 @@ For example, <code><section></code> should be wrapped as inlin

Control sizing

Use relative sizing classes like .input-large or match your inputs to the grid column sizes using .span* classes.

+

Block level inputs

+

Make any <input> or <textarea> element behave like a block level element.

+
+
+ +
+
+
+<input class="input-block-level" type="text" placeholder=".input-block-level">
+
+

Relative sizing

-- cgit v1.2.3