0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Remove .navbar-collapse padding when not in mobile context

This commit is contained in:
Luis Aleman 2013-08-14 11:39:38 -04:00
parent 1fd51b0fa3
commit 1b3896fabf
3 changed files with 3 additions and 5 deletions

View File

@ -3186,8 +3186,7 @@ button.close {
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
padding-top: 0;
padding-bottom: 0;
padding: 0;
border-top: 0;
box-shadow: none;
}

File diff suppressed because one or more lines are too long

View File

@ -66,8 +66,7 @@
@media (min-width: @grid-float-breakpoint) {
width: auto;
padding-top: 0;
padding-bottom: 0;
padding: 0;
border-top: 0;
box-shadow: none;
}