I'm trying to learn how to use CSS in combination with Django (I owe a great deal to Jeff Croft for his LOST theories example site).Unfortunately I ran into the following problem. I am using a 'base.css' that loads other css files, e.g.
@import url("homepage.css"); @import url("user.css"); Only a few of the css files are loaded although they are all in the same dir. Strangely enough, when I use a firefox extension to see which css files are loaded there is a file called 'global.css' as well. This file is part of the admin framework of Django I found out. How can this css file be loaded without me specifying so? Any good CSS related links are highly welcome! :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---