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