aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-17 11:21:10 -0700
committerMark Otto <[email protected]>2015-08-17 11:21:10 -0700
commit1d222a596ed80d41bb2143b6ba78193257559965 (patch)
tree7a0d4cd2883f582225d6a8f792d6622671cc7377
parent9a243f2b664875d1f71856e402ae4d341871c191 (diff)
downloadbootstrap-1d222a596ed80d41bb2143b6ba78193257559965.tar.xz
bootstrap-1d222a596ed80d41bb2143b6ba78193257559965.zip
un-nest .dropdown-divider
-rw-r--r--scss/_dropdown.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 84f2fde0d..734efbb0b 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -48,11 +48,11 @@
border: 1px solid $dropdown-border;
@include border-radius($border-radius);
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
+}
- // Dividers (basically an hr) within the dropdown
- .dropdown-divider {
- @include nav-divider($dropdown-divider-bg);
- }
+// Dividers (basically an hr) within the dropdown
+.dropdown-divider {
+ @include nav-divider($dropdown-divider-bg);
}
// Links, buttons, and more within the dropdown menu