X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flibraries%2Ftests%2Fexample%2Fexample_1.css;fp=web%2Fmodules%2Fcontrib%2Flibraries%2Ftests%2Fexample%2Fexample_1.css;h=a732bda5fca4cfcc1734b46a16cb8ac84e6856a2;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/libraries/tests/example/example_1.css b/web/modules/contrib/libraries/tests/example/example_1.css new file mode 100644 index 000000000..a732bda5f --- /dev/null +++ b/web/modules/contrib/libraries/tests/example/example_1.css @@ -0,0 +1,11 @@ + +/** + * @file + * Test CSS file for Libraries loading. + * + * Color the 'libraries-test-css' div red. See README.txt for more information. + */ + +.libraries-test-css { + color: red; +}