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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/app/style.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 body { 5 body {
8 margin: 0; 6 margin: 0;
9 padding: 0; 7 padding: 0;
10 } 8 }
11 9
12 .step.dialog { 10 .step.dialog {
13 align-items: center; 11 align-items: center;
14 display: flex; 12 display: flex;
15 flex-direction: column; 13 flex-direction: column;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 .step.dialog .topbutton-bar button { 63 .step.dialog .topbutton-bar button {
66 -webkit-app-region: no-drag; 64 -webkit-app-region: no-drag;
67 -webkit-margin-end: 0; 65 -webkit-margin-end: 0;
68 display: inline; 66 display: inline;
69 } 67 }
70 68
71 .step.dialog .greeting-image { 69 .step.dialog .greeting-image {
72 margin-bottom: 49px; 70 margin-bottom: 49px;
73 margin-top: 64px; 71 margin-top: 64px;
74 } 72 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/drive_internals.css ('k') | chrome/browser/resources/chromeos/first_run/bubble.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698