| Index: chrome/browser/resources/memory_internals/list.css
|
| diff --git a/chrome/browser/resources/memory_internals/list.css b/chrome/browser/resources/memory_internals/list.css
|
| deleted file mode 100644
|
| index 5c9a1267cc4c862df14745a14dda87cf1c2c4afb..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/memory_internals/list.css
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -/* Copyright 2013 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. */
|
| -
|
| -table.list {
|
| - border-spacing: 2px;
|
| - width: 100%;
|
| -}
|
| -
|
| -table.list tr:nth-child(odd) td {
|
| - background: rgb(239, 243, 255);
|
| -}
|
| -
|
| -table.list td {
|
| - padding: 0.35em 0.5em 0;
|
| - vertical-align: top;
|
| -}
|
| -
|
| -table.list .header th {
|
| - padding: 0.35em 0.5em 0;
|
| - vertical-align: bottom;
|
| -}
|
| -
|
| -table.list .bottom th,
|
| -table.list th.bottom {
|
| - border-bottom: 1px solid rgb(181, 198, 222);
|
| -}
|
|
|