Simple Red Leaf Skin v1.3: Two CSS errors (and fixes!)
Last Post 06/16/2008 2:40 PM by Lee Sykes. 1 Replies.
Author Messages
Larry Daniele
Nuke Newbie
Nuke Newbie
Posts:6


--
06/11/2008 9:43 AM
    Hi Lee,

    I was just running an empty page with the Simple Red Leaf Skin v1.3 through the W3C CSS validator and it reported two problems in the skin's Print.css file:

    1612 #wrap Value Error : padding only 0 can be a length. You must put an unit after your number : 0 5 0 5
    1633 #logo h1 Value Error : letter-spacing only 0 can be a length. You must put an unit after your number : 2


    This can be fixed by updating Print.css (for both the 3 and 5 pane skins) with lines like:

        letter-spacing: 2px;
        padding: 0 5px 0 5px;

    (assuming you meant these to be in pixels).

    Thanks for all the great work you do!

    Larry
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    06/16/2008 2:40 PM
    Hello,

    wow, how did I miss those?! - I will fix and upload them - thanks for bringing this to my attention,

    Lee
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---