Re: CSS in Views 2

2005-11-21 Thread Thorsten Scherler
El dom, 20-11-2005 a las 16:08 +, Ross Gardler escribió: > Diwaker Gupta wrote: > > On Saturday 19 November 2005 3:10 pm, Ross Gardler wrote: > > > >>Where should my CSS go? > > > > > > I find it easiest to just create my own custom theme (it can inherit from > > pelt > > etc). Lets say yo

Re: CSS in Views 2

2005-11-20 Thread Ross Gardler
Diwaker Gupta wrote: On Saturday 19 November 2005 3:10 pm, Ross Gardler wrote: Where should my CSS go? I find it easiest to just create my own custom theme (it can inherit from pelt etc). Lets say you called your theme ross-theme (ingenious!): $ cd src/documentation $ mkdir -p resources/t

Re: CSS in Views 2

2005-11-19 Thread Diwaker Gupta
On Saturday 19 November 2005 3:10 pm, Ross Gardler wrote: > Where should my CSS go? I find it easiest to just create my own custom theme (it can inherit from pelt etc). Lets say you called your theme ross-theme (ingenious!): $ cd src/documentation $ mkdir -p resources/themes/ross-theme $ mkdir -

CSS in Views 2

2005-11-19 Thread Ross Gardler
I'm migrating a views 1 site to views 2 and can't figure out where my custom CSS should go. In view 1 I had: which loaded the CSS from: PROJECT_HOME/src/documentation/skins/css/ourLitleStars_default.css in V2 it doesn't work. I changed the location of the file to: PROJECT_HOME/src/document