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