From bacb05608f2d42ef7fdb6fa25241d4268b989387 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2012 19:43:52 -0800 Subject: redo the form examples to enable better responsive layout --- docs/base-css.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index c849a299e..27251d824 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -887,10 +887,12 @@

Example forms using just form controls, no extra markup

+

Basic form

-
-

Basic form

+

With v2.0, we have lighter and smarter defaults for form styles. No extra markup, just form controls.

+
+
@@ -900,17 +902,25 @@
-
-

Search form

+
+

Search form

+
+

Reflecting default WebKit styles, just add .form-search for extra rounded search fields.

+
+
-
-

Inline form

+
+

Inline form

+
+

Inputs are block level to start. For .form-inline and .form-horizontal, we use inline-block.

+
+