diff --git a/docs/buttons/buttons-grouped.html b/docs/buttons/buttons-grouped.html index 07b46c3d..1aed23af 100755 --- a/docs/buttons/buttons-grouped.html +++ b/docs/buttons/buttons-grouped.html @@ -21,6 +21,8 @@
Occasionally, you may want to visually group a set of buttons together to form a single block that looks contained like a navigation component. To get this effect, wrap a set of buttons in a container with the data-role="controlgroup" attribute — the framework will create a vertical button group, remove all margins and drop shadows between the buttons, and only round the first and last buttons of the set to create the effect that they are grouped together.
<div data-role="controlgroup">
@@ -62,9 +64,34 @@