| Index: chrome/browser/resources/md_downloads/downloads.html
|
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
|
| index 81e86789528f90513f0e1224b99bc5022cd49942..898ecb39081dad94ffc1a18f97348b91cee6cfb8 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -4,11 +4,8 @@
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| + <link rel="import" href="chrome://resources/html/md_shared_styles_classes.html">
|
| <style>
|
| - html {
|
| - background: rgb(236, 239, 241);
|
| - }
|
| -
|
| html,
|
| body {
|
| height: 100%;
|
| @@ -20,7 +17,7 @@
|
| }
|
| </style>
|
| </head>
|
| -<body>
|
| +<body class="md-webui-body">
|
| <downloads-manager></downloads-manager>
|
| <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
|
| <if expr="is_macosx">
|
|
|