ie.css

Same filename in this branch
  1. 7.x themes/bartik/css/ie.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;
}

File

themes/seven/ie.css

View source
  1. /* IE7 renders legends in nested fieldsets without a width. */
  2. fieldset legend {
  3. height: 1%;
  4. }
  5. /* IE renders absolute positioned legend where fieldset content starts. */
  6. fieldset .fieldset-legend {
  7. left: 0;
  8. top: 0;
  9. }
  10. /* IE renders monospace font too big. */
  11. code,
  12. pre,
  13. kbd {
  14. font-size: 1em;
  15. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.