view sites/all/modules/libraries/tests/example/example_3.css @ 2:b74b41bb73f0

-- Google analytics module
author danieleb <danielebarchiesi@me.com>
date Thu, 22 Aug 2013 17:22:54 +0100
parents
children
line wrap: on
line source

/**
 * @file
 * Test CSS file for Libraries loading.
 *
 * Color the 'libraries-test-css' div orange. See README.txt for more information.
 */

.libraries-test-css {
  color: orange;
}