Projet

Général

Profil

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

root / drupal7 / sites / all / themes / mayo / css / ie8.css @ 578c6d8f

1
/* IE renders absolute positioned legend where fieldset content starts. */
2
fieldset .fieldset-legend {
3
  left: 0;
4
  top: 0;
5
}
6

    
7
/* IE renders monospace font too big. */
8
code,
9
pre,
10
kbd {
11
  font-size: 1em;
12
}
13

    
14
.form-item-search-block-form .form-text {
15
  padding-top: 4px;
16
  height: 20px;
17
}