Thanks. I'll have to think about it some more... Maybe instead of using .url we need a new property to select internal styles that can take relativePath into consideration.
- Brett > -----Original Message----- > From: Arnaud Heritier [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 11:00 AM > To: 'Maven Developers List' > Subject: RE: Classic theme > > > Hello Brett. > > The style seems good. > I'm ++++++1 for the classic one. > > However there's a problem. The style isn't applied for > files that aren't in the docs directory. > This problem is due to the fact that in the generated > html (from maven site) there's: ... > @import url("../style/maven-base.css"); > @import url("./style/maven-classic.css"); > ... > It won't work if you don't use the ${relativePath} in site.jsl > > #Arnaud. > > > -----Message d'origine----- > > De�: Brett Porter [mailto:[EMAIL PROTECTED] > > Envoy�: mardi 4 mai 2004 01:54 > > ��: Maven Developers List ([EMAIL PROTECTED]) > > Objet�: Classic theme > > > > Hi, > > > > I've added a classic theme to the XDOC plugin that pretty much fits > > the old look so that we don't have to impose that change on > users that > > liked the old > > one. I did this by merging tigris.css and maven.css into maven- > > classic.css. > > > > It can be used like so: > > maven -Dmaven.xdoc.theme.url=./style/maven-classic.css > > > > Can I get some people to test it out on various browsers? I got it > > working on IE 6 and Firefox 0.8. There is an IE problem with large > > blocks of source, but this must be in maven-base.css as it > happens in > > the new one. If anyone can figure it out it'd be much appreciated :) > > > > Cheers, > > Brett > > > > -- > > Brett Porter > > Team Leader, Core Systems > > f2 network ~ everything essential > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
