Quote:
Originally Posted by Jellby
The problem with:
line-height:1.3
line-height:1.2em;
is not that there are two rules, or that one uses em and the other doesn't. The problem is that there is no semicolon between the two lines, and that's a syntax error.
|
ok fair cop - as I said, this was an artificial test file & I could not be bothered to do this
.class 1
{
line-height:1.3
}
.class2 {
line-height:1.2em;
etc
after seeing that last post, I wonde if putting line-height:initilal at END of CSS would negate all these fixed values anyway - this is for Kobo aura HD where the on-device line spacing options do not work if countermanded by fixed values in book CSS