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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/main.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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 /** 1 /* Copyright 2016 The Chromium Authors. All rights reserved.
2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * 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
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 html, 5 html,
8 body, 6 body,
9 webview, 7 webview,
10 .section { 8 .section {
11 font-family: 'Roboto'; 9 font-family: 'Roboto';
12 height: 100%; 10 height: 100%;
13 margin: 0; 11 margin: 0;
14 padding: 0; 12 padding: 0;
15 width: 100%; 13 width: 100%;
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 158
161 a:link { 159 a:link {
162 color: rgb(51, 103, 214); 160 color: rgb(51, 103, 214);
163 text-decoration: none; 161 text-decoration: none;
164 } 162 }
165 163
166 a:visited { 164 a:visited {
167 color: rgb(51, 103, 214); 165 color: rgb(51, 103, 214);
168 text-decoration: none; 166 text-decoration: none;
169 } 167 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/lso.css ('k') | chrome/browser/resources/chromeos/arc_support/playstore.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698