aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorBryan Petty <[email protected]>2012-04-10 15:19:10 -0600
committerBryan Petty <[email protected]>2012-04-10 15:22:17 -0600
commit5b85ed181a75b286ac4e898173da7b65e20e6d8a (patch)
treef13daa6d8d03afc1f1727f95e6d28c5228737270 /less
parent4b81c0dff371edad2afd5df77c957265235e34b1 (diff)
downloadbootstrap-5b85ed181a75b286ac4e898173da7b65e20e6d8a.tar.xz
bootstrap-5b85ed181a75b286ac4e898173da7b65e20e6d8a.zip
Fixed extra margin on Navbar buttons.
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 a5122e75c..adfe1096a 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -74,7 +74,7 @@
.navbarVerticalAlign(30px); // Vertically center in navbar
}
.btn-group .btn {
- margin-top: 0; // then undo the margin here so we don't accidentally double it
+ margin: 0; // then undo the margin here so we don't accidentally double it
}
}