1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 05:58:25 +01:00

nuke the box-shadow on uncollapsed navbar-collapse

This commit is contained in:
Mark Otto 2013-08-13 14:46:34 -07:00
parent a2475f0145
commit 2bc67b334d
3 changed files with 3 additions and 1 deletions

View File

@ -3189,6 +3189,7 @@ button.close {
padding-top: 0;
padding-bottom: 0;
border-top: 0;
box-shadow: none;
}
}

File diff suppressed because one or more lines are too long

View File

@ -69,6 +69,7 @@
padding-top: 0;
padding-bottom: 0;
border-top: 0;
box-shadow: none;
}
}