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