diff options
Diffstat (limited to 'chrome/browser/resources/extensions_infobar.css')
-rw-r--r-- | chrome/browser/resources/extensions_infobar.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/chrome/browser/resources/extensions_infobar.css b/chrome/browser/resources/extensions_infobar.css index 6cfd064..7b8cc42 100644 --- a/chrome/browser/resources/extensions_infobar.css +++ b/chrome/browser/resources/extensions_infobar.css @@ -2,15 +2,15 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -/**
- * The following style rules affect Extension Infobars.
- */
-
-body {
- background: -webkit-linear-gradient(#E9E9E9, #DADADA);
- font-family: Segoe UI, Tahoma;
- font-size: 11px;
- height: 36px; /* Infobars are limited to 36-72px */
- margin: 0;
- overflow: hidden;
-}
+/** + * The following style rules affect Extension Infobars. + */ + +body { + background: -webkit-linear-gradient(#E9E9E9, #DADADA); + font-family: Segoe UI, Tahoma; + font-size: 11px; + height: 36px; /* Infobars are limited to 36-72px */ + margin: 0; + overflow: hidden; +} |