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
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
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 -
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