Quote:
Originally Posted by cybmole
I got the impression that with most attributes the outer one takes preference . so font size is taken from calibre 11 only.
|
As jackie_w said, font sizes in em are multiplicative. I have attached an example to show this in action. Change the font-size in style "calibre", (e.g. to font-size:1.5em), and you will see that all the other styles get mulitpliied. Similarly you can see that the <span> within the <p> is multiplying the "calibre4" font-sizes and the "calibre" size.
(Save/Rename the attached css.txt file as css.html to try it out).