This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
3c6a4fdb6d
django
/
tests
/
staticfiles_tests
/
project
/
documents
/
cached
/
css
/
window.css
4 lines
56 B
CSS
Raw
Normal View
History
Unescape
Escape
Fixed the relative static file resolution of the CachedStaticFilesStorage backend and the post processing of deeply nested static files. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-21 15:58:21 +00:00
body
{
background
:
#
d3d6d8
url
(
"img/window.png"
)
;
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
2014-04-16 19:35:16 +00:00
}