From bb16b9bef200f269af545e13280254edc6b3f880 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 21 Feb 2012 13:52:02 -0800 Subject: [PATCH] fix second part of #1962 --- docs/assets/bootstrap.zip | Bin 53853 -> 53853 bytes docs/components.html | 5 ++--- docs/templates/pages/components.mustache | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c6078d9fc915738d0a1da1052e5424b42b54231b..0ce1a29eb64ffe26bc0853f8503b0449bf338b0f 100644 GIT binary patch delta 458 zcmcb+g!%3gW}X0VW)?065Gc%>$fL;iRM5r$nc!r>>7pEP;Q&>(XE0%DCZM_*wqSv$ zf*Wu9aRLPHVTvJf%?8}?LibAiw*Bao1cs~Jov!u6m&$fN)n{>9j24=X`AUh@}mpa1~uPLn*012tL*}{af+N!}q&!?%Nx^1%FbOV@EQl{%Eg7i(< zVFD96x8sKhNa(~_eWs^^lNB$@f_QuvWG0)O6K4W?T=Am#7pEP;Q&>Hurw1;-3(i>z#RUK zxBWPoEORGob2+lj1?rr`zqyF(2s=>CWD6l9sG`jULaU5GLNcyqFrf(7gZdzo0%Z6z zbJO)hLpT|j;Z}p}n4Dbd3{$+Ov{C>hq}~RzcXL)-wE)QC=hIZc7K5EE4HD6tZU7b8 zoHAWc5hOHahY3vR+>Re2Afry4)n}T+KUwjjEQrTB5seFNpvELX)12 diff --git a/docs/components.html b/docs/components.html index 67353828e8..172fbcf20d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -176,9 +176,8 @@

Checkbox and radio flavors

Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View the Javascript docs for that.

Get the javascript »

-
-

Heads up

-

CSS for button groups is in a separate file, button-groups.less.

+

Dropdowns in button groups

+

Heads up! Buttons with dropdowns must be individually wrapped in their own .btn-group within a .btn-toolbar for proper rendering.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 54f3549324..3a176fa446 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -100,9 +100,8 @@

{{_i}}Checkbox and radio flavors{{/i}}

{{_i}}Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View the Javascript docs for that.{{/i}}

{{_i}}Get the javascript »{{/i}}

-
-

{{_i}}Heads up{{/i}}

-

{{_i}}CSS for button groups is in a separate file, button-groups.less.{{/i}}

+

{{_i}}Dropdowns in button groups{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}Buttons with dropdowns must be individually wrapped in their own .btn-group within a .btn-toolbar for proper rendering.{{/i}}