Projet

Général

Profil

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

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

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

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

    
10
.ds-3col > .group-middle {
11
  float: right;
12
}
13

    
14
.ds-3col > .group-right {
15
  float: left;
16
}