Projet

Général

Profil

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

root / htmltest / sites / all / modules / libraries / tests / libraries / example / example_1.css @ 3753f249

1

    
2
/**
3
 * @file
4
 * Test CSS file for Libraries loading.
5
 *
6
 * Color the 'libraries-test-module-css' div red. See README.txt for more
7
 * information.
8
 */
9

    
10
.libraries-test-module-css {
11
  color: red;
12
}