| Index: chrome/browser/resources/about_memory_mac.html
|
| diff --git a/chrome/browser/resources/about_memory_mac.html b/chrome/browser/resources/about_memory_mac.html
|
| index d56eccdfc64be41d8ac556c575d5c0e46e778de7..58f698e1e617e4a4c64a378159a948e75336ddbc 100644
|
| --- a/chrome/browser/resources/about_memory_mac.html
|
| +++ b/chrome/browser/resources/about_memory_mac.html
|
| @@ -7,17 +7,9 @@ about:memory template page
|
| <head>
|
| <meta charset="utf-8">
|
| <title>About Memory</title>
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css">
|
| <style>
|
| -body {
|
| - font-family: Helvetica, sans-serif;
|
| -}
|
| -div#header select {
|
| - font-family: Helvetica, sans-serif;
|
| -}
|
| -div.otherbrowsers {
|
| - font-family: Helvetica, sans-serif;
|
| -}
|
| table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
|
| table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6),
|
| table.list#browserComparison tr.firstRow th:nth-child(1) {
|
|
|