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

Unified Diff: chrome/browser/resources/task_manager/task_manager.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: estade review Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/task_manager/task_manager.css
diff --git a/chrome/browser/resources/task_manager/task_manager.css b/chrome/browser/resources/task_manager/task_manager.css
index e9e31ddadbe4c07468ef8dfbde27d04eb7b445ac..30988a8d4cdd76f79173f24728839b57fb63e2ba 100644
--- a/chrome/browser/resources/task_manager/task_manager.css
+++ b/chrome/browser/resources/task_manager/task_manager.css
@@ -1,8 +1,6 @@
-/*
- * Copyright (c) 2012 The Chromium Authors. All rights reserved.
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
* {
margin: 0;
@@ -77,8 +75,8 @@ body {
/* Bullets on the left of row. */
.table-row > .table-row-cell:first-child:before {
-webkit-border-radius: 3px;
- background: #CCCCCC;
- content: "";
+ background: #ccc;
+ content: '';
display: block;
margin: 7px 4px 7px 7px;
width: 6px;
@@ -143,8 +141,8 @@ body {
}
#about-memory-link {
+ color: rgb(17, 85, 204);
padding-left: 2px;
- color: #1155CC;
}
/* Container for the ok/cancel buttons. */

Powered by Google App Engine
This is Rietveld 408576698