[pmwiki-users] notsosimpleskin and valid css

dso dso at moosoft.com
Wed Nov 15 15:45:43 CST 2006


In case anyone else can use this, I fixed notsosimpleskin.css so it
would pass the W3 validator:


change:

#main {
    width: 870px; margin: 0px auto;
    background: url(image/Box-Middle.jpg) repeat-y top center;
    border-bottom: 1px solid transparent;
}


to:

#main {
    width: 870px; margin: 0px auto;
    background: url(image/Box-Middle.jpg) repeat-y top center;
    border-bottom: 1px solid;
    border-color: transparent;
}

-
Daniel





More information about the pmwiki-users mailing list