Projet

Général

Profil

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

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

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

    
6
.ds-2col > .group-left {
7
  float: right;
8
}
9

    
10
.ds-2col > .group-right {
11
  float: right;
12
}