home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 527 < prev    next >
Encoding:
Text File  |  2013-04-03  |  455 b   |  17 lines

  1. /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2.  * Use of this source code is governed by a BSD-style license that can be
  3.  * found in the LICENSE file. */
  4.  
  5. /**
  6.  * The following style rules affect Extension Infobars.
  7.  */
  8.  
  9. body {
  10.   background: -webkit-linear-gradient(#E9E9E9, #DADADA);
  11.   font-family: Segoe UI, Tahoma;
  12.   font-size: 11px;
  13.   height: 36px; /* Infobars are limited to 36-72px */
  14.   margin: 0;
  15.   overflow: hidden;
  16. }
  17.