1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

dropdown fixes and dropdown docs tweaks

This commit is contained in:
Mark Otto
2015-08-10 16:31:28 -07:00
parent 9fe6b85c32
commit 121615ceba
10 changed files with 13 additions and 15 deletions

View File

@@ -50,7 +50,7 @@
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
// Dividers (basically an hr) within the dropdown
.divider {
.dropdown-divider {
@include nav-divider($dropdown-divider-bg);
}