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

Side by Side Diff: chrome/browser/resources/net_internals/status_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 .capture-status-view { 5 .capture-status-view {
7 background: rgb(238, 0, 0); 6 background: rgb(238, 0, 0);
8 font-size: 133%; 7 font-size: 133%;
9 } 8 }
10 9
11 .halted-status-view { 10 .halted-status-view {
12 background: rgb(0, 138, 0); 11 background: rgb(0, 138, 0);
13 } 12 }
14 13
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 content: '\25bc'; 52 content: '\25bc';
54 font-size: 9px; 53 font-size: 9px;
55 left: 0; 54 left: 0;
56 line-height: 25px; 55 line-height: 25px;
57 pointer-events: none; 56 pointer-events: none;
58 position: absolute; 57 position: absolute;
59 text-align: center; 58 text-align: center;
60 top: 0; 59 top: 0;
61 width: 100%; 60 width: 100%;
62 } 61 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/main.css ('k') | chrome/browser/resources/net_internals/timeline_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698