[Mono-docs-list] web monodoc ptree css

John Luke jluke@users.sourceforge.net
Wed, 22 Oct 2003 19:12:17 -0400


On Thu, 2003-10-16 at 22:40, Miguel de Icaza wrote:
> Hello,
> 
> > Small patch to have the tree css behave more like ndoc.
> > Specifically, the hover over links behavior.
> The only downside is that they have a small rendering problem in
> Mozilla

This is because the vertical spacing in the tree isn't adjusted when the
font-size is increased or decreased.  NDoc seems to do this.  Also, the
images become seperated which is another little bug.

Anyone know if there is a way to detect the font size change in
javascript and adjust the css property accordingly? (Adjusting the
margin in the below section)

.tree-node,
.tree-node-collapsed
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	white-space: nowrap;
}