mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add vertical-align:baseline to form elements
This commit is contained in:
parent
f28538a363
commit
b8f2b7b34e
6
normalize.css
vendored
6
normalize.css
vendored
@ -214,8 +214,9 @@ legend {
|
||||
}
|
||||
|
||||
/*
|
||||
* Remove margin from form elements
|
||||
* Fixes margin displayed oddly in C10 S5
|
||||
* 1. Remove margin from form elements
|
||||
* Fixes margin displayed oddly in C10 S5
|
||||
* 2. Define consistent vertical alignment in all browsers
|
||||
*/
|
||||
|
||||
button,
|
||||
@ -223,6 +224,7 @@ input,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user