On 8/2/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Question: Is there documentation somewhere how you can influence the > > site build with your own style sheet? And which CSS tags must be > > defined for the site to build? > The properties you can set are described at > http://maven.apache.org/reference/plugins/xdoc/properties.html
The maven.ui.* properties are pretty useless now, if you want to modifify the look and feel for the generated file simply place a project.css stylesheet in xdoc/style. Pages generated by xdoc are fully xhtml compliant, without any layout information embedded in the page: you can use ids and classes added to any element in your custom css rules, overwriting the default rules in the base maven css. Jason van Zyl <[EMAIL PROTECTED]> writes: >Some folks have designed some new looks for the Maven site and just >wanted to see what other folks thought. Was hoping we could decide on >one of the following choices here: Nice desings, a +1 for 31 fabrizio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
