source: Dev/trunk/src/client/util/buildscripts/tests/css/blue/one.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 138 bytes
Line 
1@import url(two/two.css);
2
3.foo {
4        background-image:url(data:image/gif;base64,abcdeabcde);
5}
6
7.bar {
8        background-image: url("one.png");
9}
Note: See TracBrowser for help on using the repository browser.