Problem with multiple classes in CSS.
A cross-platform XML/CSS based eBook reader
Brought to you by:
buggins
Hello,
I've just noticed that when multiple classes within single paragraph are used then no formating is applied to given text. For example:
stylesheet.css
.style1
{
font-weight: bold
}
.style2 {
text-align: right
}
section.htm
....
<p class="style1 style2">Some text</p>
....
results with "Some text" without any formatting. Checked it on Android and Qt.