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

Side by Side Diff: chrome/browser/resources/about_invalidations.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
« no previous file with comments | « no previous file | chrome/browser/resources/about_sys/about_sys.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 body { 5 body {
7 font-size: 80%; 6 font-size: 80%;
8 } 7 }
9 8
10 #invalidations-info .lead { 9 #invalidations-info .lead {
11 color: rgb(74, 142, 230); 10 color: rgb(74, 142, 230);
12 display: block; 11 display: block;
13 font-size: 100%; 12 font-size: 100%;
14 font-weight: bold; 13 font-weight: bold;
(...skipping 21 matching lines...) Expand all
36 } 35 }
37 36
38 #objectsid-table-container .content { 37 #objectsid-table-container .content {
39 background: rgb(204, 255, 204); 38 background: rgb(204, 255, 204);
40 } 39 }
41 40
42 #objectsid-table-container .greyed { 41 #objectsid-table-container .greyed {
43 background: rgb(204, 204, 204); 42 background: rgb(204, 204, 204);
44 } 43 }
45 44
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_sys/about_sys.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698