aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 16:41:02 -0700
committerMark Otto <[email protected]>2013-07-27 16:41:02 -0700
commit8cb1b766f8c3991fdc59140681378e733ea5c93a (patch)
tree4f66420b459bb7da6c486025639fac18867e739c /css.html
parent14f688c7fc7fa6569d066320c62be02b17ca91dc (diff)
downloadbootstrap-8cb1b766f8c3991fdc59140681378e733ea5c93a.tar.xz
bootstrap-8cb1b766f8c3991fdc59140681378e733ea5c93a.zip
fixes #8642: use .pull-right to keep dropdowns aligned in example
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index d90d2f695..33dd2d5dd 100644
--- a/css.html
+++ b/css.html
@@ -1682,7 +1682,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input type="text" class="form-control">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
- <ul class="dropdown-menu">
+ <ul class="dropdown-menu pull-right">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
@@ -1716,7 +1716,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input type="text" class="form-control">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
- <ul class="dropdown-menu">
+ <ul class="dropdown-menu pull-right">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>