mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
switch to margin on navbar-nav to avoid stacking negative space reported in #9705
This commit is contained in:
7
dist/css/bootstrap.css
vendored
7
dist/css/bootstrap.css
vendored
@@ -3355,10 +3355,7 @@ button.close {
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
padding-top: 7.5px;
|
||||
padding-bottom: 7.5px;
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
margin: 7.5px -15px;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a {
|
||||
@@ -3429,8 +3426,6 @@ button.close {
|
||||
@media (min-width: 768px) {
|
||||
.navbar-nav {
|
||||
float: left;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.navbar-nav > li {
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user