Projet

Général

Profil

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

root / drupal7 / sites / all / themes / zen / STARTERKIT / sass-extensions / zen-grids / templates / unit-tests / test-results / zen-clear.css @ 87dbc3bf

1
/**
2
 * @file
3
 * Test zen-clear()
4
 */
5
#test-zen-clear {
6
  /* Test zen-clear() */
7
  clear: left;
8
  /* Test zen-clear() with $zen-float-direction: right */
9
  clear: right;
10
  /* Test zen-clear(left) */
11
  clear: left;
12
  /* Test zen-clear(left, $reverse-all-floats: TRUE) */
13
  clear: right;
14
  /* Test zen-clear(left) with: $zen-reverse-all-floats: TRUE; */
15
  clear: right;
16
}