aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 63d95fe9f..65137ea9e 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -90,10 +90,11 @@
.navbarVerticalAlign(28px); // Vertically center in navbar
}
.navbar .btn-group .btn {
- margin: 0; // then undo the margin here so we don't accidentally double it
+ margin-top: 0; // then undo the margin here so we don't accidentally double it
}
// Navbar forms
+// -------------------------
.navbar-form {
margin-bottom: 0; // remove default bottom margin
.clearfix();
@@ -125,6 +126,7 @@
}
// Navbar search
+// -------------------------
.navbar-search {
position: relative;
float: left;