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

Side by Side Diff: chrome/browser/resources/chromeos/drive_internals.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 #gcache-contents { 5 #gcache-contents {
7 font-size: small; 6 font-size: small;
8 } 7 }
9 8
10 #file-system-contents { 9 #file-system-contents {
11 font-size: small; 10 font-size: small;
12 } 11 }
13 12
14 #cache-contents { 13 #cache-contents {
15 font-size: small; 14 font-size: small;
16 } 15 }
17 16
18 .log-error { 17 .log-error {
19 color: red; 18 color: red;
20 font-weight: bolder; 19 font-weight: bolder;
21 } 20 }
22 21
23 .log-warning { 22 .log-warning {
24 color: red; 23 color: red;
25 } 24 }
26 25
27 .log-info { 26 .log-info {
28 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698