mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix nav divider
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user