Files
deb-python-django-compressor/compressor/tests/media/css/url/2/url2.css
2011-01-20 12:52:54 +01:00

5 lines
204 B
CSS

p { background: url('../../../images/test.png'); }
p { background: url(../../../images/test.png); }
p { background: url( ../../../images/test.png ); }
p { background: url( '../../../images/test.png' ); }