Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / example / example_4.css
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 (file)
index 0000000..5030a61
--- /dev/null
@@ -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;
+}