summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilson Miner <wminer@gmail.com>2007-09-14 18:26:05 +0000
committerWilson Miner <wminer@gmail.com>2007-09-14 18:26:05 +0000
commit55d34c6cb37fd7459634849a232ed225d90e4583 (patch)
treec606b8754a2b3324dbacdf8920586636882fa03d
parent9f83beb372be120d747519033a8c00b6a3b7ac00 (diff)
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
-rw-r--r--django/contrib/admin/media/css/null.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/admin/media/css/null.css b/django/contrib/admin/media/css/null.css
new file mode 100644
index 0000000000..1a93f22058
--- /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