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

Side by Side Diff: chrome/browser/resources/chromeos/sim_unlock.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
« no previous file with comments | « chrome/browser/resources/chromeos/power.css ('k') | chrome/browser/resources/chromeos/slow.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 .error { 5 .error {
7 color: red; 6 color: red;
8 } 7 }
9 8
10 #pin-error-msg { 9 #pin-error-msg {
11 height: 25px; 10 height: 25px;
12 margin: 5px auto 5px auto; 11 margin: 5px auto 5px auto;
13 } 12 }
14 13
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 } 90 }
92 91
93 .choose-pin-input-area { 92 .choose-pin-input-area {
94 margin: 5px 5px 5px 5px; 93 margin: 5px 5px 5px 5px;
95 width: 125px; 94 width: 125px;
96 } 95 }
97 96
98 #choose-pin-action-area { 97 #choose-pin-action-area {
99 padding: 6px; 98 padding: 6px;
100 } 99 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/power.css ('k') | chrome/browser/resources/chromeos/slow.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698