`django/contrib/admin/static/admin/css/ie.css` and the images referenced
in that file.
--
Ticket URL: <https://code.djangoproject.com/ticket/24053>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by collinanderson):
Sounds like a good idea to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/24053#comment:1>
Comment (by seanwestfall):
the patch I attached removes the file
"django/contrib/admin/static/admin/css/ie.css" since the whole file is
used for the ie6&7 admins page. I also removed the image referenced by it:
"django/contrib/admin/static/admin/img/inline-delete-8bit.png" and the
line in the admin template that references the css file:
"/django/contrib/admin/templates/admin/base.html".
--
Ticket URL: <https://code.djangoproject.com/ticket/24053#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"7a90b53d60f6a66340811417547e33e0bfadf09e"]:
{{{
#!CommitTicketReference repository=""
revision="7a90b53d60f6a66340811417547e33e0bfadf09e"
Fixed #24053 -- Removed admin CSS & images for IE6 & 7.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24053#comment:3>