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

Side by Side Diff: chrome/browser/resources/predictors/predictors.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 (c) 2012 The Chromium Authors. All rights reserved.
2 * Copyright (c) 2012 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 body { 5 body {
8 margin: 20px; 6 margin: 20px;
9 } 7 }
10 8
11 #countBanner { 9 #countBanner {
12 background-color: rgb(235, 239, 250); 10 background-color: rgb(235, 239, 250);
13 border: 1px solid rgb(187, 187, 187); 11 border: 1px solid rgb(187, 187, 187);
14 border-radius: 2px; 12 border-radius: 2px;
15 font-size: 100%; 13 font-size: 100%;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 background-color: rgb(0, 215, 0); 50 background-color: rgb(0, 215, 0);
53 } 51 }
54 52
55 tr.action-preconnect td { 53 tr.action-preconnect td {
56 background-color: rgb(255, 215, 0); 54 background-color: rgb(255, 215, 0);
57 } 55 }
58 56
59 tr.action-none td { 57 tr.action-none td {
60 background-color: rgb(215, 215, 215); 58 background-color: rgb(215, 215, 215);
61 } 59 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css ('k') | chrome/browser/resources/search_header.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698