0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00

Fixed #2086 -- Changed base.css to import null.css (added in [6197]) instead of null.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-11-25 20:29:26 +00:00
parent 5903b0bdcd
commit 183a457f5a

View File

@ -4,11 +4,11 @@
*/
/* Block IE 5 */
@import "null?\"\{";
@import "null.css?\"\{";
/* Import other styles */
@import url('global.css');
@import url('layout.css');
/* Import patch for IE 6 Windows */
/*\*/ @import "patch-iewin.css"; /**/
/*\*/ @import "patch-iewin.css"; /**/