mirror of
https://github.com/django/django.git
synced 2024-12-28 20:16:19 +00:00
eb5df8e98d
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
5 lines
121 B
CSS
5 lines
121 B
CSS
@import url("../cached/styles.css");
|
|
@import url("absolute.css");
|
|
body {
|
|
background: #d3d6d8 url(img/relative.png);
|
|
} |