mirror of
https://github.com/django/django.git
synced 2024-11-19 16:04:13 +00:00
a82488bf4b
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
6 lines
155 B
CSS
6 lines
155 B
CSS
@import url("../cached/styles.css");
|
|
@import url("absolute.css");
|
|
@import url("absolute.css#eggs");
|
|
body {
|
|
background: #d3d6d8 url(img/relative.png);
|
|
} |