Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: chrome/browser/resources/extensions_infobar.css

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /** 5 /**
6 * The following style rules affect Extension Infobars. 6 * The following style rules affect Extension Infobars.
7 */ 7 */
8 8
9 body { 9 body {
10 background: -webkit-linear-gradient(#E9E9E9, #DADADA); 10 background: -webkit-linear-gradient(#E9E9E9, #DADADA);
11 font-family: Segoe UI, Tahoma; 11 font-family: Segoe UI, Tahoma;
12 font-size: 11px; 12 font-size: 11px;
13 height: 36px; /* Infobars are limited to 36-72px */ 13 height: 36px; /* Infobars are limited to 36-72px */
14 margin: 0; 14 margin: 0;
15 overflow: hidden; 15 overflow: hidden;
16 } 16 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/file_path_verifier_win_unittest.cc ('k') | chrome/browser/resources/net_internals/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698