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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_wrong_hwid.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 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 * This is the stylesheet used by the wrong HWID screen. 5 * This is the stylesheet used by the wrong HWID screen. */
6 */
7 6
8 #wrong-hwid { 7 #wrong-hwid {
9 padding: 40px 17px 30px; 8 padding: 40px 17px 30px;
10 text-align: center; 9 text-align: center;
11 width: 722px; 10 width: 722px;
12 } 11 }
13 12
14 #wrong-hwid #wrong-hwid-message-header { 13 #wrong-hwid #wrong-hwid-message-header {
15 color: #606060; 14 color: #606060;
16 font-size: 22px; 15 font-size: 22px;
(...skipping 13 matching lines...) Expand all
30 #skip-hwid-warning { 29 #skip-hwid-warning {
31 justify-content: center; 30 justify-content: center;
32 } 31 }
33 32
34 #skip-hwid-warning-link { 33 #skip-hwid-warning-link {
35 color: #8c8c8c; 34 color: #8c8c8c;
36 font-size: 18px; 35 font-size: 18px;
37 text-decoration: none; 36 text-decoration: none;
38 } 37 }
39 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698