• Issue with image using dominowiki-simplebox style

    By Michael Kinder 2 decades ago

    First, I wanted to let you know that I think this is a GREAT project! Also, I wanted to let you know of a bug found when using the dominowiki-simplebox style. The image for the Upper Left hand of the page does not appear. The issue is a line in the CSS for this style (dominowiki-simplebox.css).



    Currently the line reads in the dominowiki-simplebox.css:



    body

    {

    background: #fff url("../webfiles/wiki-header/dominowiki+header.png") no-repeat top left;



    it should read



    body

    {

    background: #fff url("../webfiles/wiki-header/$File/dominowiki+header.png") no-repeat top left;



    Hope this makes sense, if not email me.

    mkinder@acadiasolutions.com

    • Thank you!

      By Benedict R Poole 2 decades ago

      How on earth did I miss that for so long… Tsk. Thanks for the heads-up, I have corrected the stylesheet for the forthcoming release.