2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fix navbar form alignment, and update examples to show these cases

This commit is contained in:
Mark Otto
2012-07-30 12:15:08 -07:00
parent 6bf661aceb
commit 7fa99fb1fe
5 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -4018,7 +4018,7 @@ input[type="submit"].btn.btn-mini {
.navbar .brand {
display: block;
float: left;
padding: 10px 20px 10px;
padding: 8px 20px 12px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
@@ -4072,7 +4072,7 @@ input[type="submit"].btn.btn-mini {
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
margin-top: 6px;
margin-top: 5px;
}
.navbar-form input,