aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-18 20:06:38 -0800
committerMark Otto <[email protected]>2012-02-18 20:06:38 -0800
commitbbb2fb33957da815e88efa0797df5817268ce812 (patch)
tree66fbbf04be1a2db9d9c26df052a3a02d60de10b5 /docs
parentfed3b59e46d9c6c889159ac9cf5c685b3278cd5f (diff)
downloadbootstrap-bbb2fb33957da815e88efa0797df5817268ce812.tar.xz
bootstrap-bbb2fb33957da815e88efa0797df5817268ce812.zip
fix right aligned dropdowns
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53351 -> 53344 bytes
-rw-r--r--docs/assets/css/bootstrap.css8
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 04d93735d..011a9e8a3 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 33ab32b09..71ab7a9d4 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1641,6 +1641,10 @@ table .span12 {
.dropdown.open .dropdown-menu {
display: block;
}
+.pull-right .dropdown-menu {
+ left: auto;
+ right: 0;
+}
.typeahead {
margin-top: 2px;
-webkit-border-radius: 4px;
@@ -2709,10 +2713,6 @@ button.btn.small, input[type="submit"].btn.small {
.navbar .nav .active > .dropdown-toggle:hover {
color: #ffffff;
}
-.navbar .nav.pull-right .dropdown-menu {
- left: auto;
- right: 0;
-}
.navbar .nav.pull-right .dropdown-menu:before {
left: auto;
right: 12px;