aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 08:54:40 -0700
committerMark Otto <[email protected]>2013-08-19 08:54:40 -0700
commitf497b5e1f51be88a1e96773d5b57f7c2c522f11f (patch)
tree5394853bad32803dc1c56086b39dcf88ce6ae9f8 /less/dropdowns.less
parenta9297c7ad2b53014ff5111824646879776535fa2 (diff)
downloadbootstrap-f497b5e1f51be88a1e96773d5b57f7c2c522f11f.tar.xz
bootstrap-f497b5e1f51be88a1e96773d5b57f7c2c522f11f.zip
move dropdown change from navbar to dropdowns to fix customizer compiling
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 53aab0267..96af127a5 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -177,3 +177,17 @@
margin-bottom: 1px;
}
}
+
+
+// Component alignment
+//
+// Reiterate per navbar.less and the modified component alignment there.
+
+@media (min-width: @grid-float-breakpoint) {
+ .navbar-right {
+ .dropdown-menu {
+ .pull-right > .dropdown-menu();
+ }
+ }
+}
+