| 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. */
|
|
|