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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/step.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 .step { 5 .step {
8 background: white; 6 background: white;
9 color: #8c8c8c; 7 color: #8c8c8c;
10 padding: 0; 8 padding: 0;
11 } 9 }
12 10
13 .step h1 { 11 .step h1 {
14 color: #333; 12 color: #333;
15 font-weight: normal; 13 font-weight: normal;
(...skipping 15 matching lines...) Expand all
31 margin: 0 3px; 29 margin: 0 3px;
32 } 30 }
33 31
34 .step .controls button:first-of-type { 32 .step .controls button:first-of-type {
35 -webkit-margin-start: 0; 33 -webkit-margin-start: 0;
36 } 34 }
37 35
38 .step .controls button:last-of-type { 36 .step .controls button:last-of-type {
39 -webkit-margin-end: 0; 37 -webkit-margin-end: 0;
40 } 38 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/preload.css ('k') | chrome/browser/resources/chromeos/first_run/step_bubble.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698