I am having a problem with line spacing in my theme. I have a category called space jam, because of the css rule [class*=space] it wipes out my line heights on the page.
Does anybody else have this problem? the css entry is:-
media=”all”
[class*=space] {
line-height: 0;
font-size: 0;
overflow: hidden;
clear: both;
width: 100%;
}

