On Mon, 2004-02-16 at 12:38, J�rg Schaible wrote: > Hi Jason, > > Jason van Zyl wrote on Monday, February 16, 2004 6:07 PM: > > > > Here's an example of a theme: > > > http://codehaus.org/codehaus-style.css > > thanks, but this does not explain, what is supposed to be "constant" in > maven-base.css (since this style sheet is alwas included) and what should go into > the theme. If I have to redefine everything of maven-base to keep my L&F, it is not > of much use.
It's a work in progress, so you get what's there. The primary goal was to move everything to being CSS-based. One immensely useful tool I have found of late is this tool called EditCSS which is an extension for the Mozilla project's Firefox browser. If you install Firefox and then install the EditCSS extension you can actually see the CSS being used to render the page in Firefox. You can edit the CSS in real time and see the changes. This is what I'm now using to try and improve the CSSes used for Maven. > Regards, > J�rg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
