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

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

Issue 9923005: [WebUI] Fix rest of CSS style nits so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: padding fixes, remove a no-op change 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..a8e5e24d195df525b8ae4a8567bebf30c4c8c560 100644
--- a/chrome/browser/resources/task_manager/task_manager.css
+++ b/chrome/browser/resources/task_manager/task_manager.css
@@ -1,5 +1,4 @@
-/*
- * 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.
*/
@@ -77,8 +76,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 +142,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