If you look in the .css styles used in the xdoc, your navcolum takes place
inside a
       <table border="0" width="100%" cellpadding="8" cellspacing="0">
          <tr valign="top">
            <td width="20%" id="leftcol">
              <div id="navcolumn">

you can provide your own stylesheet, keeping in
xdocs/style/yourstylesheet.css for example,
and override what leftcol means:  give it a different width, see if that
works.
Look in the docs directory that is generated by xdoc, look at the
stylesheets in the style subdirectory:
maven.css, tigris.css, and some others.  If xdoc finds a style subdirectory
it copies over the contents, invoking your stylesheet last in the include
list.  So your settings can override the stuff in maven.css


I use a person stylesheet in this manner, but only for other <div
id="mystuff"> kinds of things.
I don't know if (for example)
#leftcol {
  width: 250px;
}
will override the td width="20%" , but it's worth a try.


 ----- Original Message ----- 
From: "Andy Jefferson" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Friday, October 03, 2003 10:12 PM
Subject: Re: How to change width of nav column? (xdoc)


> On Saturday 04 Oct 2003 01:14, Dolf Starreveld wrote:
> > At 16:57 -0700 10/3/03, Alexey Krasnoriadtsev spoke thusly:
> >
> > I could, but the drawback is that on every update of the plugin I
> > would have to do this again. In addition, it forces me to use the
> > same width on every project.
> >
> > >You Can always hack the site.jsl, that is in the
> > >maven-xdoc-plugin/plugin-resources
>
> Better would be to update the xdoc plugin making that attribute a
parameter
> that the user can input ... so then people can specify it as a parameter.
>
> -- 
> Andy
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to