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

Side by Side Diff: chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.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 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 :host .content { 5 :host .content {
7 padding: 24px 24px 16px; 6 padding: 24px 24px 16px;
8 } 7 }
9 8
10 :host .title { 9 :host .title {
11 font-weight: bold; 10 font-weight: bold;
12 white-space: nowrap; 11 white-space: nowrap;
13 word-wrap: normal; 12 word-wrap: normal;
14 } 13 }
15 14
16 :host .message { 15 :host .message {
17 margin-bottom: 25px; 16 margin-bottom: 25px;
18 margin-top: 20px; 17 margin-top: 20px;
19 } 18 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/throbber_notice.css ('k') | chrome/browser/resources/chromeos/mobile_dialogs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698