Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / layouts / ds_2col_fluid / ds_2col_fluid.css @ 0ccfec7f

1
/**
2
 * @file
3
 * Styling for the ds_2col_fluid template.
4
 */
5

    
6
.ds-2col-fluid > .group-left {
7
  float: left; /* LTR */
8
  width: 50%;
9
}
10

    
11
.ds-2col-fluid > .group-right {
12
  float: right; /* LTR */
13
  width: 50%;
14
}
15

    
16
.ds-2col-fluid.group-one-column > .group-left,
17
.ds-2col-fluid.group-one-column > .group-right {
18
  width: 100%;
19
  float: none;
20
}