From e0602bb3ee024380a960a5ff73a9eaec9e2ad749 Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Thu, 3 Jan 2013 17:53:30 +0100 Subject: [PATCH] Docs: Removed note about horizontally grouped selects and display inline-block because we use float now. --- docs/forms/selects/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forms/selects/index.html b/docs/forms/selects/index.html index d3c4e436836..e251eaecefd 100644 --- a/docs/forms/selects/index.html +++ b/docs/forms/selects/index.html @@ -286,7 +286,7 @@

Vertically grouped select inputs

Horizontally grouped select inputs

-

Select inputs can also be used for grouped sets with more than one related selection. To make a horizontal button set, add the data-type="horizontal" to the fieldset. Note that the buttons which trigger the select will resize depending on the currently selected option's value. Note that browsers without support for display: inline-block; will group the selects vertically, as above.

+

Select inputs can also be used for grouped sets with more than one related selection. To make a horizontal button set, add the data-type="horizontal" to the fieldset. Note that the buttons which trigger the select will resize depending on the currently selected option's value.

<fieldset data-role="controlgroup" data-type="horizontal">