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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/first_run.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 2013 The Chromium Authors. All rights reserved.
2 * Copyright 2013 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 [hidden] { 5 [hidden] {
8 display: none !important; 6 display: none !important;
9 } 7 }
10 8
11 html, 9 html,
12 body { 10 body {
13 margin: 0; 11 margin: 0;
14 padding: 0; 12 padding: 0;
15 } 13 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 justify-content: center; 65 justify-content: center;
68 width: 100%; 66 width: 100%;
69 } 67 }
70 68
71 #help #completion-image { 69 #help #completion-image {
72 background-image: url(chrome://theme/IDR_FIRST_RUN_COMPLETION); 70 background-image: url(chrome://theme/IDR_FIRST_RUN_COMPLETION);
73 display: inline-block; 71 display: inline-block;
74 height: 153px; 72 height: 153px;
75 width: 400px; 73 width: 400px;
76 } 74 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/bubble.css ('k') | chrome/browser/resources/chromeos/first_run/preload.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698