Home | History | Annotate | Download | only in resources
      1 /**
      2  * The following style rules affect Extension Infobars on the Mac.
      3  */
      4 
      5 body {
      6   background: -webkit-linear-gradient(#EBEBEB, #CFCFCF);
      7   font-family: 'Lucida Grande', Helvetica, sans-serif;
      8   font-size: 12px;
      9   height: 36px; /* Infobars are limited to 36-72px */
     10   margin: 0 38px;
     11   overflow: hidden;
     12 }
     13