Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5922)

Unified Diff: chrome/browser/resources/chromeos/offline_app_load.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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%;

Powered by Google App Engine
This is Rietveld 408576698