Commit c5042e05 authored by Mark Otto's avatar Mark Otto
Browse files

fix nav divider

parent 388a4c87
Showing with 4 additions and 4 deletions
+4 -4
......@@ -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;
......
......@@ -346,7 +346,7 @@
// -------------------------
// Dividers (basically an hr) within dropdowns and nav lists
.nav-divider(@top: #e5e5e5, @bottom: #fff) {
height: 1px;
height: 2px; // 1px for background, one for border
margin: ((@line-height-base / 2) - 1) 0;
overflow: hidden;
background-color: @top;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment