From 992e0d922ae5c15bf9df2d65cbc6293cf203734f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Jan 2013 12:20:34 -0800 Subject: Re-add and update form styles: * Restore forms.less file * Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline * Update docs to reflect changes --- docs/templates/pages/css.mustache | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 92cf57dff..9e373dec6 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1168,26 +1168,26 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Inline checkboxes

-

Add the .inline class to a series of checkboxes or radios for controls appear on the same line.

+

Use .checkbox-inline or .radio-inline class to a series of checkboxes or radios for controls appear on the same line.

-