Author: gwilson
Date: 2007-11-25 14:29:26 -0600 (Sun, 25 Nov 2007)
New Revision: 6716

Modified:
   django/trunk/django/contrib/admin/media/css/base.css
Log:
Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) 
instead of `null`.


Modified: django/trunk/django/contrib/admin/media/css/base.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/base.css        2007-11-25 
18:16:40 UTC (rev 6715)
+++ django/trunk/django/contrib/admin/media/css/base.css        2007-11-25 
20:29:26 UTC (rev 6716)
@@ -4,11 +4,11 @@
 */
 
 /* Block IE 5 */
[EMAIL PROTECTED] "null?\"\{";
[EMAIL PROTECTED] "null.css?\"\{";
 
 /* Import other styles */
 @import url('global.css');
 @import url('layout.css');
 
 /* Import patch for IE 6 Windows */
-/*\*/ @import "patch-iewin.css"; /**/
\ No newline at end of file
+/*\*/ @import "patch-iewin.css"; /**/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to