diff options
author | Daniel Cheng <dcheng@chromium.org> | 2014-10-06 20:22:19 -0700 |
---|---|---|
committer | Daniel Cheng <dcheng@chromium.org> | 2014-10-07 03:23:01 +0000 |
commit | d42a8f8372389ff80a2f0f55b8826318a6ed2c93 (patch) | |
tree | 21d3f15ac47b219ac38c0aaf59fd3ed0855d8049 /chrome/browser/resources/extensions_infobar.css | |
parent | d974ccd44609e4c7e4412f1af80818b81504851f (diff) | |
download | chromium_src-d42a8f8372389ff80a2f0f55b8826318a6ed2c93.zip chromium_src-d42a8f8372389ff80a2f0f55b8826318a6ed2c93.tar.gz chromium_src-d42a8f8372389ff80a2f0f55b8826318a6ed2c93.tar.bz2 |
Rewrite line endings from CRLF to LF for a bunch of files.
There's a lot of other files with CRLF line endings in test data,
third_party, and tools. Out of caution, those files have been left
unchanged, in case anything depends on the CRLF being present.
BUG=420796
TBR=darin@chromium.org, rsleevi@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/630333002
Cr-Commit-Position: refs/heads/master@{#298348}
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; +} |