Chromium Code Reviews| 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 dd02891a35efea2e3fc8e67e0ccb313c34358af5..793c98d82081902b4b0b783ca3b12df352232ee2 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/chrome_shared.css"> |
| <style> |
| html { |
| height: 100%; |
| } |
|
Dan Beam
2014/12/10 19:49:24
same nit re: html { height: 100%; }
xdai1
2014/12/11 02:59:22
Included the wrong head file. So didn't remove thi
|
| 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%; |