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

Makes inputs and buttons align middle so they line up in all browsers

This commit is contained in:
Pete Hopkins
2012-01-26 16:02:27 -05:00
parent f76444c858
commit b9413460af
3 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: baseline;
*vertical-align: middle;
vertical-align: middle;
}
button,
input {