Projet

Général

Profil

Paste
Télécharger (304 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adminimal_theme / css / ie.css @ 87dbc3bf

1

    
2
/* IE7 renders legends in nested fieldsets without a width. */
3
fieldset legend {
4
  height: 1%;
5
}
6

    
7
/* IE renders absolute positioned legend where fieldset content starts. */
8
fieldset .fieldset-legend {
9
  left: 0;
10
  top: 0;
11
}
12

    
13
/* IE renders monospace font too big. */
14
code,
15
pre,
16
kbd {
17
  font-size: 1em;
18
}