Hi, thanks for your previous reply.
However, I have more bug reports - I tried using multi-level bulleted lists (<ul>s) in my article and I observed that the font size is getting larger for each level of the list. I guess this is a bug - one caused by improper handling of font-size inheritance in CSS.
nb I fixed the bug by modifying the template.css:
I added:
| Code: |
li li {
font-size: 1.0em;
}
#leftcol ul li {
font-size: 1.1em;
}
|
The first block corrects the size in the nested list within the article.
The second one apparently fixes the font-size decrease which happens in the main menu on the left side.
I am not sure if this is an overall solution to font-size problems but this works for me. Is it possible to get verification on this fix?
Thanks in advance,
Miroslav