sharfeddin
Member
Posted 10 months ago #
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;
}
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.