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

Side by Side Diff: chrome/browser/resources/chromeos/power.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 2014 The Chromium Authors. All rights reserved.
2 * Copyright 2014 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 #main-table { 5 #main-table {
8 border-collapse: collapse; 6 border-collapse: collapse;
9 border-width: 0; 7 border-width: 0;
10 margin-left: auto; 8 margin-left: auto;
11 margin-right: auto; 9 margin-right: auto;
12 table-layout: fixed; 10 table-layout: fixed;
13 width: 1000px; 11 width: 1000px;
14 } 12 }
15 13
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 } 61 }
64 62
65 button.show-button { 63 button.show-button {
66 margin: 10px; 64 margin: 10px;
67 } 65 }
68 66
69 button.reload-button { 67 button.reload-button {
70 margin-bottom: 10px; 68 margin-bottom: 10px;
71 margin-top: 10px; 69 margin-top: 10px;
72 } 70 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/nfc_debug.css ('k') | chrome/browser/resources/chromeos/sim_unlock.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698