From 55d34c6cb37fd7459634849a232ed225d90e4583 Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Fri, 14 Sep 2007 18:26:05 +0000 Subject: [PATCH] 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 --- django/contrib/admin/media/css/null.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 django/contrib/admin/media/css/null.css diff --git a/django/contrib/admin/media/css/null.css b/django/contrib/admin/media/css/null.css new file mode 100644 index 00000000000..1a93f22058e --- /dev/null +++ b/django/contrib/admin/media/css/null.css @@ -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 */ \ No newline at end of file