mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
introduce new mixin to do navbar vertical centering
This commit is contained in:
Binary file not shown.
10
docs/assets/css/bootstrap.css
vendored
10
docs/assets/css/bootstrap.css
vendored
@@ -2559,14 +2559,16 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
|
||||
.navbar-form:after {
|
||||
clear: both;
|
||||
}
|
||||
.navbar-form input,
|
||||
.navbar-form select,
|
||||
.navbar-form .radio,
|
||||
.navbar-form .checkbox {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.navbar-form input, .navbar-form select {
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.navbar-form .radio, .navbar-form .checkbox {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user