2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add horizontal divider support to nav list, including documentation for it, per #2106

This commit is contained in:
Mark Otto
2012-02-20 12:38:49 -08:00
parent 6df925bc75
commit 7ef7547a14
7 changed files with 63 additions and 19 deletions
+4
View File
@@ -64,6 +64,10 @@
.nav-list [class^="icon-"] {
margin-right: 2px;
}
// Dividers (basically an hr) within the dropdown
.nav-list .divider {
.nav-divider();
}