Documentation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daemon
    Senior Member
    • Jun 2003
    • 2351
    • 3.5.x

    Documentation

    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):

    Code:
    border: 0px 1px 0px 1px #738FBF solid;
    It appears that Safari and Firefox doesn't render this but it does render the following:

    Code:
    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.
    Attached Files
    Bugdar: PHP bug tracking software that is beautiful, fast, and robust.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...