From f662dff6e9c52770511e5f674579a27eeac85549 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 11:07:23 -0700 Subject: fixes #9382: inline forms now require use of .form-group for proper alignment of all form controls --- css.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index ee15c30e9..190f8f237 100644 --- a/css.html +++ b/css.html @@ -1394,10 +1394,14 @@ For example, <section> should be wrapped as inline.

Screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the .sr-only class.

- - - - +
+ + +
+
+ + +