Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / drush / example_layout / example_layout.css @ 651307cd

1
/**
2
 * @file
3
 * Display Suite example layout stylesheet.
4
 */
5

    
6
.ds-left {
7
  width: 20%;
8
  float: left; /* LTR */
9
}
10

    
11
.ds-right {
12
  width: 80%;
13
  float: right; /* LTR */
14
}