projects
/
project/libraries.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ffef054a43d8aa575bdbed0b722c0ee7064780b4
[project/libraries.git]
/
tests
/
example
/
example_3.css
1
2
/**
3
* @file
4
* Test CSS file for Libraries loading.
5
*
6
* Color the 'libraries-test-css' div orange. See README.txt for more information.
7
*/
8
9
.libraries-test-css {
10
color: orange;
11
}