]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
un-nest .dropdown-divider
authorMark Otto <markdotto@gmail.com>
Mon, 17 Aug 2015 18:21:10 +0000 (11:21 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 17 Aug 2015 18:21:10 +0000 (11:21 -0700)
scss/_dropdown.scss

index 84f2fde0d782e6c01a314f2763deca9640152fa4..734efbb0b00dfaf5e96ad3d4edf1d6d0848839f9 100644 (file)
   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