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

Binary file not shown.

View File

@@ -1612,7 +1612,7 @@ table .span12 {
}
.dropdown-menu .divider {
height: 1px;
margin: 5px 1px;
margin: 8px 1px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
@@ -2217,6 +2217,15 @@ button.btn.small, input[type="submit"].btn.small {
.nav-list [class^="icon-"] {
margin-right: 2px;
}
.nav-list .divider {
height: 1px;
margin: 8px 1px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
*width: 100%;
*margin: -5px 0 5px;
}
.nav-tabs, .nav-pills {
*zoom: 1;
}