aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-10 15:41:41 -0800
committerMark Otto <[email protected]>2012-03-10 15:41:41 -0800
commit95a3cd87325fcd475478557e6c79a7e84865e56f (patch)
tree8ee359a8bba76967b19c8b2571fba70aa17ad94c /docs/templates
parentcecfe7206060fbf12233c01c4d517d77b624bac7 (diff)
downloadbootstrap-95a3cd87325fcd475478557e6c79a7e84865e56f.tar.xz
bootstrap-95a3cd87325fcd475478557e6c79a7e84865e56f.zip
simplify notes around using button dropdowns
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/components.mustache15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index b52919995..1dd3d87bb 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -194,8 +194,6 @@
</ul>
</div><!-- /btn-group -->
</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>
@@ -216,7 +214,7 @@
<div class="row">
<div class="span4">
<h3>{{_i}}Works with all button sizes{{/i}}</h3>
- <p>Button dropdowns work at any size. your button sizes to <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.</p>
+ <p>{{_i}}Button dropdowns work at any size. your button sizes to <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.{{/i}}</p>
<div class="btn-toolbar" style="margin-top: 18px;">
<div class="btn-group">
<button class="btn btn-large dropdown-toggle" data-toggle="dropdown">{{_i}}Large button{{/i}} <span class="caret"></span></button>
@@ -251,15 +249,12 @@
</div><!-- /btn-toolbar -->
</div><!--/span-->
<div class="span4">
-
- </div><!--/span-->
- <div class="span4">
-
+ <h3>{{_i}}Requires javascript{{/i}}</h3>
+ <p>{{_i}}Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.{{/i}}</p>
+ <p>{{_i}}In some cases&mdash;like mobile&mdash;dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.{{/i}}</p>
</div><!--/span-->
</div><!--/row-->
- <div class="alert alert-info">
- <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}In some cases&mdash;like mobile&mdash;dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.{{/i}}
- </div>
+ <br>
<h2>{{_i}}Split button dropdowns{{/i}}</h2>
<div class="row">