1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/staticfiles_tests/project/documents/cached/absolute.css
2013-02-26 14:36:57 +01:00

4 lines
112 B
CSS

@import url("/static/cached/styles.css");
body {
background: #d3d6d8 url(/static/cached/img/relative.png);
}