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
d321d1acf0
django
/
tests
/
staticfiles_tests
/
project
/
documents
/
cached
/
denorm.css
5 lines
97 B
CSS
Raw
Normal View
History
Unescape
Escape
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. Many thanks to Florian Apolloner and Jacob Kaplan-Moss for reviewing and eagle eyeing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-11 14:07:39 +00:00
@
import
url
(
"..//cached///styles.css"
)
;
Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticFilesStorage backend. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13 03:48:03 +00:00
body
{
background
:
#
d3d6d8
url
(
img
/
relative
.
png
)
;
}