mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-14 20:23:26 +00:00
18 lines
304 B
CSS
18 lines
304 B
CSS
|
|
/* IE7 renders legends in nested fieldsets without a width. */
|
|
fieldset legend {
|
|
height: 1%;
|
|
}
|
|
|
|
/* IE renders absolute positioned legend where fieldset content starts. */
|
|
fieldset .fieldset-legend {
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
/* IE renders monospace font too big. */
|
|
code,
|
|
pre,
|
|
kbd {
|
|
font-size: 1em;
|
|
}
|