mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add fix for legend not inheriting color in IE6/7/8/9
This commit is contained in:
parent
79c278fa96
commit
bac7c314a8
8
normalize.css
vendored
8
normalize.css
vendored
@ -276,15 +276,17 @@ fieldset {
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects alignment displayed oddly in IE6/7
|
||||
* 1. Corrects color not being inherited in IE6/7/8/9
|
||||
* 2. Corrects alignment displayed oddly in IE6/7
|
||||
*/
|
||||
|
||||
legend {
|
||||
*margin-left: -7px;
|
||||
border: 0; /* 1 */
|
||||
*margin-left: -7px; /* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Corrects font size not being inherited from ancestor
|
||||
* 1. Corrects font size not being inherited in all browsers
|
||||
* 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
|
||||
* 3. Improves appearance and consistency in all browsers
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user