blob: 6ce98f370c7ec6bb902ba0b568c94cc060436e1f [file] [log] [blame]
/**
* The following style rules affect Extension Infobars on the Mac.
*/
body {
background: -webkit-linear-gradient(#EBEBEB, #CFCFCF);
font-family: 'Lucida Grande', Helvetica, sans-serif;
font-size: 12px;
height: 36px; /* Infobars are limited to 36-72px */
margin: 0 38px;
overflow: hidden;
}