summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css/patch-iewin.css
AgeCommit message (Collapse)Author
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS ↵Wilson Miner
from IE5 and lower and serve a patch to IE6 with IE conditional comments. Removed dependency on CSS hacks and empty null.css file. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ↵Wilson Miner
can be tracked more easily in version control. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-02Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ↵Wilson Miner
avoid confusion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2192 bcc190cf-cafb-0310-a4f2-bffc1f526a37