Re: Django 1.0.2 + CSS how to?

2009-08-30 Thread adelaide_mike
Thank you Mike Ramirez. [1] makes a difference. I now see the css taking effect. Mike On Aug 30, 8:55 am, Mike Ramirez wrote: > On Saturday 29 August 2009 04:35:11 pm adelaide_mike wrote: > > > > > As a very newbie I am struggling to understand how to use CSS.  I read > >

Re: Django 1.0.2 + CSS how to?

2009-08-29 Thread Mike Ramirez
On Saturday 29 August 2009 04:35:11 pm adelaide_mike wrote: > 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-def >initions > > that I need to write: > class Media: > css = { >

Django 1.0.2 + CSS how to?

2009-08-29 Thread adelaide_mike
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