Files
deb-python-django-compressor/tests/media/css/url/2/url2.css
2009-04-29 19:58:35 -05: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' ); }