I'm a CSS newbie, but I was browsing through the css files in the YUI
library, and I noticed the following line:
body {font:13px/1.231 arial,helvetica ,clean,sans-serif;*font-
size:small;*fon t:x-small;}
I understand everything but the "/1.231". Is that something like a
multiplier on the EM size? I can't find an example of that in the CSS
spec.
library, and I noticed the following line:
body {font:13px/1.231 arial,helvetica ,clean,sans-serif;*font-
size:small;*fon t:x-small;}
I understand everything but the "/1.231". Is that something like a
multiplier on the EM size? I can't find an example of that in the CSS
spec.
Comment