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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/playstore.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 body { 5 body {
8 margin: 0; 6 margin: 0;
9 padding: 8px 4px 8px 8px; 7 padding: 8px 4px 8px 8px;
10 } 8 }
11 9
12 ::-webkit-scrollbar { 10 ::-webkit-scrollbar {
13 background: transparent; 11 background: transparent;
14 width: 4px; 12 width: 4px;
15 } 13 }
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 margin: 0; 67 margin: 0;
70 padding: 0; 68 padding: 0;
71 } 69 }
72 70
73 a, 71 a,
74 a:link, 72 a:link,
75 a:visited { 73 a:visited {
76 color: rgb(51, 103, 214); 74 color: rgb(51, 103, 214);
77 text-decoration: none; 75 text-decoration: none;
78 } 76 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | chrome/browser/resources/chromeos/choose_mobile_network.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698