From b53da4b6e7744f2cb44a1cc323fa92ef6b52840d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Sep 2012 22:46:35 -0700 Subject: commenting out stuff and adding grid test page --- docs/base-css.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 7504f2469..b87c27829 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -872,7 +872,7 @@ For example, <code><section></code> should be wrapped as inlin

Forms

-

Default styles

+

Default styles

Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.

Legend @@ -901,7 +901,7 @@ For example, <code><section></code> should be wrapped as inlin
-

Optional layouts

+

Optional layouts

Included with Bootstrap are three optional form layouts for common use cases.

Search form

@@ -998,7 +998,7 @@ For example, <code><section></code> should be wrapped as inlin
-

Supported form controls

+

Supported form controls

Examples of standard form controls supported in an example form layout.

Inputs

@@ -1120,7 +1120,7 @@ For example, <code><section></code> should be wrapped as inlin
-

Extending form controls

+

Extending form controls

Adding on top of existing browser controls, Bootstrap includes other useful form components.

Prepended and appended inputs

@@ -1211,7 +1211,7 @@ For example, <code><section></code> should be wrapped as inlin </form> -

Control sizing

+

Control sizing

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

Relative sizing

-- cgit v1.2.3