| Index: chrome/browser/resources/about_memory_linux.css
|
| diff --git a/chrome/browser/resources/about_memory_linux.css b/chrome/browser/resources/about_memory_linux.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7d7a223a2b747772769e67f1c7792945a852c1a8
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/about_memory_linux.css
|
| @@ -0,0 +1,25 @@
|
| +/* 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. */
|
| +
|
| +.summary-desc {
|
| + white-space: pre-line;
|
| +}
|
| +
|
| +table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
|
| +table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
|
| +table.list#browserComparison tr.firstRow th:nth-child(1) {
|
| + border-right: 1px solid rgb(181, 198, 222);
|
| +}
|
| +
|
| +table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
|
| +table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
|
| +table.list#memoryDetails tr.firstRow th:nth-child(2) {
|
| + border-right: 1px solid rgb(181, 198, 222);
|
| +}
|
| +
|
| +<if expr="pp_ifdef('android')">
|
| +body {
|
| + min-width: 35em;
|
| +}
|
| +</if>
|
|
|