Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/staticfiles_tests/project/documents/cached/relative.css
blob: 68995c4feddd2058b4475de542a49dd0a5f6d9ef (plain)
1
2
3
4
5
6
@import url("../cached/styles.css");
@import url("absolute.css");
@import url("absolute.css#eggs");
body {
    background: #d3d6d8 url(img/relative.png);
}