Commit e5f38207 authored by Mark Otto's avatar Mark Otto

fixed navbar static top borders

parent ed4316d9
......@@ -3266,9 +3266,12 @@ button.close {
}
}
.navbar-static-top {
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-width: 0 0 1px;
border-radius: 0;
}
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -94,8 +94,8 @@
// Static top (unfixed, but 100% wide) navbar
.navbar-static-top {
border-width: 0 0 1px;
@media (min-width: @grid-float-breakpoint) {
border-width: 0 0 1px;
border-radius: 0;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment