I am applying a stylesheet.css to the javadoc according to our company's styles. All works well...except for titles of pages such as the name of a package. In the source, they are formatted with <h2> tags during generation. I can format the title of the javadoc by formatting text within the -doctitle option. But I can't format all of the <H2>s with the stylesheet.
Is there a way to format these? May not be...but thought I would ask. :)
Thanks!