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

Side by Side Diff: chrome/browser/resources/net_internals/timeline_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 #timeline-view-selection-div { 5 #timeline-view-selection-div {
7 display: inline-block; 6 display: inline-block;
8 overflow-y: auto; 7 overflow-y: auto;
9 } 8 }
10 9
11 #timeline-view-selection-toggle { 10 #timeline-view-selection-toggle {
12 background-color: #fff; 11 background-color: #fff;
13 background-image: url(chrome://resources/images/select.png); 12 background-image: url(chrome://resources/images/select.png);
14 border: none; 13 border: none;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 } 85 }
87 86
88 #timeline-view-scrollbar-div { 87 #timeline-view-scrollbar-div {
89 overflow-x: scroll; 88 overflow-x: scroll;
90 overflow-y: hidden; 89 overflow-y: hidden;
91 } 90 }
92 91
93 #timeline-view-scrollbar-inner-div { 92 #timeline-view-scrollbar-inner-div {
94 height: 1px; 93 height: 1px;
95 } 94 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/status_view.css ('k') | chrome/browser/resources/ntp4/incognito_and_guest_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698