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
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*/ */
/* Block IE 5 */ /* Block IE 5 */
@import "null?\"\{"; @import "null.css?\"\{";
/* Import other styles */ /* Import other styles */
@import url('global.css'); @import url('global.css');