2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #4718: add vertical-align: middle; to .btn-group to ensure proper alignment next to standard .btn

This commit is contained in:
Mark Otto
2012-08-27 12:05:15 -07:00
parent 15317419f4
commit 22c4f3d058
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -3388,6 +3388,7 @@ input[type="submit"].btn.btn-mini {
*margin-left: .3em;
font-size: 0;
white-space: nowrap;
vertical-align: middle;
}
.btn-group:first-child {