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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_terms_of_service.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 */
5 4
6 #terms-of-service { 5 #terms-of-service {
7 padding: 70px 17px 21px; 6 padding: 70px 17px 21px;
8 } 7 }
9 8
10 #tos-container { 9 #tos-container {
11 border: 1px solid #d9d9d9; 10 border: 1px solid #d9d9d9;
12 height: 222px; 11 height: 222px;
13 } 12 }
14 13
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 display: none; 83 display: none;
85 } 84 }
86 85
87 .step.error #tos-error { 86 .step.error #tos-error {
88 display: -webkit-flex; 87 display: -webkit-flex;
89 } 88 }
90 89
91 #terms-of-service.error #tos-back-button { 90 #terms-of-service.error #tos-back-button {
92 -webkit-margin-end: 1px; 91 -webkit-margin-end: 1px;
93 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698