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/css.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 5054df37b..756cec1ea 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1228,26 +1228,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.

-