From abc1901eac4ee822eb3f25d0bfff67d39c9633f6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 20:30:51 -0600 Subject: Remove checked-in admin_media directory This is a bad idea because it will get outdated quickly when django changes and we should just use the version it distributes anyway. Signed-off-by: Dan McGee --- media/admin_media/css/patch-iewin.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 media/admin_media/css/patch-iewin.css (limited to 'media/admin_media/css/patch-iewin.css') diff --git a/media/admin_media/css/patch-iewin.css b/media/admin_media/css/patch-iewin.css deleted file mode 100644 index 2de1305e..00000000 --- a/media/admin_media/css/patch-iewin.css +++ /dev/null @@ -1,8 +0,0 @@ -* html #container { position:static; } /* keep header from flowing off the page */ -* html .colMS #content-related { margin-right:0; margin-left:10px; position:static; } /* put the right sidebars back on the page */ -* html .colSM #content-related { margin-right:10px; margin-left:-115px; position:static; } /* put the left sidebars back on the page */ -* html .form-row { height:1%; } -* html .dashboard #content { width:768px; } /* proper fixed width for dashboard in IE6 */ -* html .dashboard #content-main { width:535px; } /* proper fixed width for dashboard in IE6 */ -* html #changelist-filter ul { margin-right:-10px; } /* fix right margin for changelist filters in IE6 */ -* html .change-list .filtered { height:400px; } /* IE ignores min-height, but treats height as if it were min-height */ \ No newline at end of file -- cgit v1.2.3-54-g00ecf