diff options
| author | Mark Otto <[email protected]> | 2012-02-12 15:49:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 15:49:04 -0800 |
| commit | ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05 (patch) | |
| tree | 9d94ff1f514af0188646e04077be7a2d6179efaf /docs | |
| parent | 163c98ea7e321ce3a1b38128cfb2bec6cd76e6de (diff) | |
| download | bootstrap-ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05.tar.xz bootstrap-ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05.zip | |
add note to button dropdowns about js plugin dependency per #1746
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53053 -> 53053 bytes | |||
| -rw-r--r-- | docs/components.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 8c01169dc..5a3e36935 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/components.html b/docs/components.html index 10725024b..8cd2e58d8 100644 --- a/docs/components.html +++ b/docs/components.html @@ -248,7 +248,9 @@ <li><a href="#">Separated link</a></li> </ul> </div><!-- /btn-group --> - </div> + </div><!-- /btn-toolbar --> + <hr> + <p><span class="label label-info">Heads up!</span> Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.</p> </div> <div class="span8"> <h3>Example markup</h3> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 003a3ae3c..34cc5980c 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -172,7 +172,9 @@ <li><a href="#">{{_i}}Separated link{{/i}}</a></li> </ul> </div><!-- /btn-group --> - </div> + </div><!-- /btn-toolbar --> + <hr> + <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.{{/i}}</p> </div> <div class="span8"> <h3>{{_i}}Example markup{{/i}}</h3> |
