ie.css
Same filename in this branch
/* 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; }
File
-
themes/
seven/ ie.css
View source
-
- /* 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.