As a very newbie I am struggling to understand how to use CSS. I read
in
http://docs.djangoproject.com/en/dev/topics/forms/media/#paths-in-media-definitions
that I need to write:
class Media:
css = {
'screen': ('pretty.css',),
'print': ('newspaper.css',)
}
for example.
Where is this code placed, in which file? Is this what I should do?
Any help or pointers to additional docs for beginners would be
appreciated.
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---