1
0
mirror of https://github.com/django/django.git synced 2025-03-02 21:15:03 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
153 B
CSS
Raw Normal View History

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