From a4638259a5f7358436ab24ef68e3589e30f18f0b Mon Sep 17 00:00:00 2001 From: Braden Whitten Date: Wed, 7 Aug 2013 09:18:12 -0400 Subject: [PATCH] Fixed #9196 - malformed HTML in doc Stray

was being closed by an

. Updated to valid HTML. Fixes #9196 --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 6c760dd039..e31cd801dd 100644 --- a/css.html +++ b/css.html @@ -1257,7 +1257,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %} -

Inline form

+

Inline form

Add .form-inline for left-aligned and inline-block controls for a compact layout.

Requires custom widths