GITLAB

Eduardo Padilla / Congreso Gestion Ambiental

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • congreso-gestion-ambiental
  • themes
  • seven
  • ie.css
  • 01bdb85d1   archivos drupal Browse Code ยป
    Eduardo Padilla
    2015-06-16 12:06:47 -0400  
ie.css 304 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

/* 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;
}