App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / tests / regressiontests / staticfiles_tests / project / documents / cached / relative.css
blob95d1f4abb8679945de5edf6deb3b31142d397b25
1 @import url("../cached/styles.css");
2 @import url("absolute.css");
3 @import url("absolute.css#eggs");
4 body {
5 background: #d3d6d8 url(img/relative.png);