aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 11:34:30 -0700
committerMark Otto <[email protected]>2013-08-16 11:34:30 -0700
commite5f38207e0f8a356728e78f91a83b945934fd71d (patch)
treef9af24110d02c3875b1794cc4fb6450ce1b96248 /less
parented4316d9b28e532d0bdbe3b5ddd23006ea7f7f9b (diff)
downloadbootstrap-e5f38207e0f8a356728e78f91a83b945934fd71d.tar.xz
bootstrap-e5f38207e0f8a356728e78f91a83b945934fd71d.zip
fixed navbar static top borders
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index dc11007ec..c7954bc1f 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -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;
}
}