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

Side by Side Diff: chrome/browser/resources/net_internals/events_view.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) 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 #events-view-filter-box { 5 #events-view-filter-box {
7 background: #efefef; 6 background: #efefef;
8 border-bottom: 1px solid #aaa; 7 border-bottom: 1px solid #aaa;
9 overflow: hidden; 8 overflow: hidden;
10 padding: 5px; 9 padding: 5px;
11 white-space: nowrap; 10 white-space: nowrap;
12 } 11 }
13 12
14 #events-view-filter-box input { 13 #events-view-filter-box input {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 color: rgb(112, 0, 112); 94 color: rgb(112, 0, 112);
96 } 95 }
97 96
98 #events-view-source-list-tbody .source-ipv6-probe-job { 97 #events-view-source-list-tbody .source-ipv6-probe-job {
99 color: rgb(235, 0, 0); 98 color: rgb(235, 0, 0);
100 } 99 }
101 100
102 #events-view-source-list-tbody .source-none { 101 #events-view-source-list-tbody .source-none {
103 color: rgb(235, 0, 0); 102 color: rgb(235, 0, 0);
104 } 103 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/chromeos_view.css ('k') | chrome/browser/resources/net_internals/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698