2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
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);
}