Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / layouts / ds_2col / ds_2col.css @ 13755f8d

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

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

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