commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / libraries / tests / libraries / example / example_3.css
CommitLineData
7f254ad8
AE
1
2/**
3 * @file
4 * Test CSS file for Libraries loading.
5 *
6 * Color the 'libraries-test-module-css' div orange. See README.txt for more
7 * information.
8 */
9
10.libraries-test-module-css {
11 color: orange;
12}