1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Follow up commit: fix collapse clearing and navbar brand/nav spacing

This commit is contained in:
Mark Otto
2013-08-11 19:19:44 -07:00
parent ba8026e00f
commit 85ec6e741d
3 changed files with 11 additions and 1 deletions

View File

@@ -2926,6 +2926,7 @@ button.close {
float: left;
padding-top: 15px;
padding-bottom: 15px;
margin-right: 15px;
font-size: 18px;
line-height: 20px;
color: #777777;
@@ -3113,6 +3114,9 @@ button.close {
}
@media screen and (min-width: 768px) {
.nav-collapse {
clear: none;
}
.navbar-nav {
float: left;
margin-top: 0;

File diff suppressed because one or more lines are too long