aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-10 18:15:28 -0800
committerMark Otto <[email protected]>2012-03-10 18:15:28 -0800
commit349bdc12a7f5aae02cab36f8ae87c52a903937ac (patch)
tree87e7b0b9396ebae1eed7d0396336c73ce200429e /docs/components.html
parent635ee36e11d4e981b06034057e4990e2e63eec2a (diff)
downloadbootstrap-349bdc12a7f5aae02cab36f8ae87c52a903937ac.tar.xz
bootstrap-349bdc12a7f5aae02cab36f8ae87c52a903937ac.zip
ensure right align dropdown example doesn't go all the way off page
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 7425b8e6a..5e6e8f8fe 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -424,7 +424,7 @@
<p>Add <code>.pull-right</code> to the <code>.dropdown-menu</code> of any button dropdown for right aligned menus.</p>
<div class="btn-toolbar">
<div class="btn-group">
- <button class="btn">Right</button>
+ <button class="btn">Right aligned</button>
<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu pull-right">
<li><a href="#">Action</a></li>