mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 16:31:07 +00:00
Fixed extra margin on Navbar buttons.
This commit is contained in:
parent
4b81c0dff3
commit
5b85ed181a
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -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 @@
|
||||||
.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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue