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

5 lines
192 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' ); }