Code: Select all
font: normal bold 0.8em 1.4em sans-serif;
Code: Select all
font: normal bold 0.8em/1.4em sans-serif;
http://www.w3.org/TR/CSS21/fonts.html#propdef-font
A other bug concerning the CSS inspector. I create this shorthand rule with the inspector:
Code: Select all
font: bold small normal Verdana, Arial, Helvetica, sans-serif;
If I move the cursor to a other rule and go back to the font rule, the CSS inspector shows font-size:Verdana, line-height:Arial, and other false values.