• In style.css file for the default them I found these CSS errors. Are these important? Can I delete them?

    .entry ul li:before, #sidebar ul ul li:before {
        content: "0BB 020";
        }
    
    #respond:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
Viewing 1 replies (of 1 total)
  • In style.css file for the default them I found these CSS errors.

    Both are valid CSS 2.1 specs.
    The “content: "\00BB \0020";” its a double angle quotes or raquo symbols (?) for replacing the bullet list items on sidebar widgets and the “#respond:after{ ... }” are for clearing floats.

    Can I delete them?

    I think you could delete the first one as its just for visual purpose.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS errors is defaul theme’ is closed to new replies.