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 @ 74f6bef0

1 85ad3d82 Assos Assos
/* Corolla < IE9 */
2
#branding * {
3
  display: block;
4
}
5
#branding,
6
#logo,
7 74f6bef0 Assos Assos
#branding .h-group {
8 85ad3d82 Assos Assos
  float: left;
9
}
10 74f6bef0 Assos Assos
.site-name-hidden #branding .h-group {
11 85ad3d82 Assos Assos
  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
}