mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fix nav divider
This commit is contained in:
parent
388a4c878d
commit
c5042e050e
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -2789,7 +2789,7 @@ fieldset[disabled] .btn-link:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu .divider {
|
.dropdown-menu .divider {
|
||||||
height: 1px;
|
height: 2px;
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
@ -3289,7 +3289,7 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav .divider {
|
.nav .divider {
|
||||||
height: 1px;
|
height: 2px;
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
@ -3522,7 +3522,7 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar .nav > .divider {
|
.navbar .nav > .divider {
|
||||||
height: 1px;
|
height: 2px;
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #e1e1e1;
|
background-color: #e1e1e1;
|
||||||
|
@ -346,7 +346,7 @@
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
// Dividers (basically an hr) within dropdowns and nav lists
|
// Dividers (basically an hr) within dropdowns and nav lists
|
||||||
.nav-divider(@top: #e5e5e5, @bottom: #fff) {
|
.nav-divider(@top: #e5e5e5, @bottom: #fff) {
|
||||||
height: 1px;
|
height: 2px; // 1px for background, one for border
|
||||||
margin: ((@line-height-base / 2) - 1) 0;
|
margin: ((@line-height-base / 2) - 1) 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: @top;
|
background-color: @top;
|
||||||
|
Loading…
Reference in New Issue
Block a user