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

Side by Side Diff: chrome/browser/resources/device_log_ui/device_log_ui.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 html { 5 html {
8 height: 100%; 6 height: 100%;
9 } 7 }
10 8
11 body { 9 body {
12 display: flex; 10 display: flex;
13 flex-direction: column; 11 flex-direction: column;
14 height: 100%; 12 height: 100%;
15 margin: 0; 13 margin: 0;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 color: darkgreen; 104 color: darkgreen;
107 } 105 }
108 106
109 .log-type-network { 107 .log-type-network {
110 color: darkblue; 108 color: darkblue;
111 } 109 }
112 110
113 .log-type-power { 111 .log-type-power {
114 color: purple; 112 color: purple;
115 } 113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698