Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / layouts / ds_2col_stacked / ds_2col_stacked.css @ a6e869e4

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

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

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

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

    
19
.ds-2col-stacked > .group-footer {
20
  clear: both;
21
}