PDA

View Full Version : Documentation


daemon
Wed 4th Aug '04, 6:00pm
This isn't major or anything but I thought I'd point it out.

When I went to view the HTML version of the vB documentation, there was a blue border around the TOC block. But in Firefox and Safari, that border was gone. I opened up the CSS file and noticed that the border was set to this (in the #toc definition):

border: 0px 1px 0px 1px #738FBF solid;

It appears that Safari and Firefox doesn't render this but it does render the following:

border: 1px #738FBF solid;
border-width: 0px 1px 0px 1px;

It doesn't bother me, but I thought it was worth noting. I have attached a screen grab that shows the difference.