Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / layouts / ds_4col / ds_4col.css @ 651307cd

1
/**
2
 * @file
3
 * Styling for the ds-4col template.
4
 */
5

    
6
.ds-4col > .group-first {
7
  width: 25%;
8
  float: left; /* LTR */
9
}
10

    
11
.ds-4col > .group-second {
12
  width: 25%;
13
  float: left; /* LTR */
14
}
15

    
16
.ds-4col > .group-third {
17
  width: 25%;
18
  float: left; /* LTR */
19
}
20

    
21
.ds-4col > .group-fourth {
22
  width: 25%;
23
  float: left; /* LTR */
24
}