| Index: chrome/browser/resources/chromeos/offline_app_load.html
|
| diff --git a/chrome/browser/resources/chromeos/offline_app_load.html b/chrome/browser/resources/chromeos/offline_app_load.html
|
| index 554a37409f3c98248b44d451c4a440bf9650f4f5..815ca2d8301eff95301a58e5a6db7a04361b0abe 100644
|
| --- a/chrome/browser/resources/chromeos/offline_app_load.html
|
| +++ b/chrome/browser/resources/chromeos/offline_app_load.html
|
| @@ -4,13 +4,13 @@
|
| <meta charset="utf-8">
|
| <title i18n-content="title">
|
| </title>
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <style>
|
| html {
|
| height: 100%;
|
| }
|
| body {
|
| color: #000;
|
| - font-family: Helvetica, Arial, sans-serif;
|
| background-image: -webkit-linear-gradient(rgb(255, 255, 255) 50%,
|
| rgb(236, 244, 255));
|
| height: 100%;
|
|
|