What is the Asterisk at the end of CSS property (font and font-family)?
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{
font:14px Minion New,times,clean,serif;*
font-size:small;*
font:x-small;
}
pre,code,kbd,samp,tt{
font-family:monospace;*
font-size:108%;
line-height:100%;
}
Is it the same as the IE7 hack? But This asterisk is at the end.