mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
margin on bottom of navbar nav by default, also round links in mobile views (unround in desktop)
This commit is contained in:
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@@ -3387,6 +3387,7 @@ button.close {
|
||||
|
||||
.navbar-nav {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a {
|
||||
@@ -3394,6 +3395,7 @@ button.close {
|
||||
padding-bottom: 15px;
|
||||
line-height: 20px;
|
||||
color: #777777;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.navbar-nav > li > a:hover,
|
||||
@@ -3634,10 +3636,14 @@ button.close {
|
||||
.navbar .nav {
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.navbar .nav > li {
|
||||
float: left;
|
||||
}
|
||||
.navbar .nav > li > a {
|
||||
border-radius: 0;
|
||||
}
|
||||
.navbar .nav.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user