Projet

Général

Profil

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

root / drupal7 / sites / all / themes / mayo / css / ie8.css @ 87dbc3bf

1 85ad3d82 Assos Assos
/* 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
}