1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02:00

fixed navbar static top borders

This commit is contained in:
Mark Otto
2013-08-16 11:34:30 -07:00
parent ed4316d9b2
commit e5f38207e0
3 changed files with 6 additions and 3 deletions

View File

@@ -3266,9 +3266,12 @@ button.close {
} }
} }
.navbar-static-top {
border-width: 0 0 1px;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-static-top { .navbar-static-top {
border-width: 0 0 1px;
border-radius: 0; border-radius: 0;
} }
} }

File diff suppressed because one or more lines are too long

View File

@@ -94,8 +94,8 @@
// Static top (unfixed, but 100% wide) navbar // Static top (unfixed, but 100% wide) navbar
.navbar-static-top { .navbar-static-top {
border-width: 0 0 1px;
@media (min-width: @grid-float-breakpoint) { @media (min-width: @grid-float-breakpoint) {
border-width: 0 0 1px;
border-radius: 0; border-radius: 0;
} }
} }