From 6115f01adb0e5db407e09077972c3e3e1f82a54e Mon Sep 17 00:00:00 2001 From: James Holland Date: Fri, 26 Jul 2013 08:58:47 -0400 Subject: [PATCH] Update css.html in .form-horizontal to use .row.form-group for horizontal spacing instead of .form-horizontal .row + .row --- css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css.html b/css.html index 3319de61a9..25d73ea659 100644 --- a/css.html +++ b/css.html @@ -1254,13 +1254,13 @@ For example, <section> should be wrapped as inline.

Horizontal form

Use Bootstrap's predefined grid classes to align labels and groups of form controls in a horizontal layout.

-
+
-
+
@@ -1277,13 +1277,13 @@ For example, <section> should be wrapped as inline. {% highlight html %}
-
+
-
+
-- 2.47.2