2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

fix nav divider

This commit is contained in:
Mark Otto
2013-03-31 17:17:10 -07:00
parent 388a4c878d
commit c5042e050e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2789,7 +2789,7 @@ fieldset[disabled] .btn-link:focus {
}
.dropdown-menu .divider {
height: 1px;
height: 2px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
@@ -3289,7 +3289,7 @@ button.close {
}
.nav .divider {
height: 1px;
height: 2px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
@@ -3522,7 +3522,7 @@ button.close {
}
.navbar .nav > .divider {
height: 1px;
height: 2px;
margin: 9px 0;
overflow: hidden;
background-color: #e1e1e1;