Projet

Général

Profil

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

root / drupal7 / sites / all / themes / corolla / css / ie-lte-9.css @ 87dbc3bf

1
/* Corolla < IE9 */
2
#branding * {
3
  display: block;
4
}
5
#branding,
6
#logo,
7
#branding .h-group {
8
  float: left;
9
}
10
.site-name-hidden #branding .h-group {
11
  clear: left;
12
}
13
.article .user-picture {
14
  width: 50px;
15
  margin-right: 15px;
16
}
17
.block input.form-text,
18
.block input.form-password,
19
.block input.form-file {
20
  width: 95%;
21
}