Commit 5b85ed18 authored by Bryan Petty's avatar Bryan Petty

Fixed extra margin on Navbar buttons.

parent 4b81c0df
...@@ -2926,7 +2926,7 @@ input[type="submit"].btn.btn-mini { ...@@ -2926,7 +2926,7 @@ input[type="submit"].btn.btn-mini {
margin-top: 5px; margin-top: 5px;
} }
.navbar .btn-group .btn { .navbar .btn-group .btn {
margin-top: 0; margin: 0;
} }
.navbar-form { .navbar-form {
margin-bottom: 0; margin-bottom: 0;
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
.navbarVerticalAlign(30px); // Vertically center in navbar .navbarVerticalAlign(30px); // Vertically center in navbar
} }
.btn-group .btn { .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
} }
} }
......
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