mirror of
https://github.com/Hopiu/django.git
synced 2026-04-24 00:34:47 +00:00
Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pass filter" which hides admin CSS from IE5/Win.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9f83beb372
commit
55d34c6cb3
1 changed files with 1 additions and 0 deletions
1
django/contrib/admin/media/css/null.css
Normal file
1
django/contrib/admin/media/css/null.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/* Nothing to see here. Dummy file to feed to the high pass filter which hides CSS from IE5/win. Details: http://tantek.com/CSS/Examples/highpass.html */
|
||||
Loading…
Reference in a new issue