mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
Fixes #6586: remove top 5px margin from navbar input group button groups
This commit is contained in:
16
docs/assets/css/bootstrap.css
vendored
16
docs/assets/css/bootstrap.css
vendored
@@ -714,6 +714,18 @@ a.text-success:hover {
|
|||||||
color: #356635;
|
color: #356635;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-left {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
@@ -4387,7 +4399,9 @@ input[type="submit"].btn.btn-mini {
|
|||||||
|
|
||||||
.navbar .btn-group .btn,
|
.navbar .btn-group .btn,
|
||||||
.navbar .input-prepend .btn,
|
.navbar .input-prepend .btn,
|
||||||
.navbar .input-append .btn {
|
.navbar .input-append .btn,
|
||||||
|
.navbar .input-prepend .btn-group,
|
||||||
|
.navbar .input-append .btn-group {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -95,7 +95,9 @@
|
|||||||
}
|
}
|
||||||
.navbar .btn-group .btn,
|
.navbar .btn-group .btn,
|
||||||
.navbar .input-prepend .btn,
|
.navbar .input-prepend .btn,
|
||||||
.navbar .input-append .btn {
|
.navbar .input-append .btn,
|
||||||
|
.navbar .input-prepend .btn-group,
|
||||||
|
.navbar .input-append .btn-group {
|
||||||
margin-top: 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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user