Projet

Général

Profil

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

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

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

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

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