Say you have a CSS file like this:
Code:
@namespace h "http://www.w3.org/1999/xhtml";
.StyleA {
color: red;
font-size: 2em;
font-style: italic;
}
.StyleB {
color: red;
font-size: 2em;
font-style: italic;
}
Is it normal that text that uses StyleA does not receive any formating, while with StyleB it does? (See sample epub)