Projet

Général

Profil

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

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

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

    
6
.ds-2col-stacked-fluid > .group-header {
7
}
8

    
9
.ds-2col-stacked-fluid > .group-left {
10
  float: left; /* LTR */
11
  width: 50%;
12
}
13

    
14
.ds-2col-stacked-fluid > .group-right {
15
  float: right; /* LTR */
16
  width: 50%;
17
}
18

    
19
.ds-2col-stacked-fluid.group-one-column > .group-left,
20
.ds-2col-stacked-fluid.group-one-column > .group-right {
21
  width: 100%;
22
  float: none;
23
}
24

    
25
.ds-2col-stacked-fluid > .group-footer {
26
  clear: both;
27
}