Projet

Général

Profil

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

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

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

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

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

    
14
.ds-4col > .group-third {
15
  float: right;
16
}
17

    
18
.ds-4col > .group-fourth {
19
  float: right;
20
}