aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-12 19:44:51 -0800
committerMark Otto <[email protected]>2013-01-12 19:44:51 -0800
commit867002193515ac7251e6fb874be4068e082db36c (patch)
tree0a8d7b3212b978094800ab8f28bb6a674f992e86 /less
parent1ea647ce987cddc07382eff6a719bea440c5b456 (diff)
downloadbootstrap-867002193515ac7251e6fb874be4068e082db36c.tar.xz
bootstrap-867002193515ac7251e6fb874be4068e082db36c.zip
fixed navbars fixings
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less6
1 files changed, 0 insertions, 6 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 19d8705f1..2894c92bc 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -157,14 +157,8 @@
left: 0;
z-index: @zindex-navbar-fixed;
margin-bottom: 0; // remove 18px margin for default navbar
- border-width: 0 0 1px;
- padding-left: 0;
- padding-right: 0;
border-radius: 0;
}
-.navbar-fixed-bottom {
- border-width: 1px 0 0;
-}
// Reset container width
// Required here as we reset the width earlier on and the grid mixins don't override early enough