Norbert Hartl wrote:
On Fri, 2007-02-16 at 23:58 -0800, Brad Fuller
wrote:
Looking through the various Pier documentation, I
see that code has
changed and thus there are several different explanations of how to
change stylesheets. I want to use a different css stylesheets but I
can't find out where to change it/them. Isn't there one place to point
Pier to one stylesheet?
BTW: for some reason, I have no style sheet at all for Pier. I don't
know what I did, but I didn't edit any code... I must have loaded a new
version of some package. Anyway, unless it stomped on something else, if
I can learn where to change the stylesheet pointer, It'd give me a start.
It is in PRPierLibrary>>style and it is pointing to lukas style sheet
on
www.lukas-renggli.ch.
I've seen that in docs/msgs, but I actually don't
have
PRPierLibrary>>style, it's styleCss. And it not a file pointer but
appears to be the content of a css file - with a comment about cc Lukas
and import statements like his file:
@import url(basic.css)
etc..
maybe I need to upgrade? I have Pier-Model-lr.105, Pier-Seaside-lr.108,
etc...
I did upgrade, and it's still the same.
So, changed styleCss to:
^ '@import "file://styles/style.css";'.
as the styles directory is a subdir of where the image is located. But,
no go.