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

Unified Diff: chrome/browser/resources/chromeos/merge_session_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/merge_session_load.html
diff --git a/chrome/browser/resources/chromeos/merge_session_load.html b/chrome/browser/resources/chromeos/merge_session_load.html
index 4c05fc5d3254bc2711a2c217431895312344f277..fdd8b457eb7c863a4fb610c2393bc85b5b1fef63 100644
--- a/chrome/browser/resources/chromeos/merge_session_load.html
+++ b/chrome/browser/resources/chromeos/merge_session_load.html
@@ -3,6 +3,7 @@
<head>
<title i18n-content="title">
</title>
+<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
Dan Beam 2014/12/10 19:49:24 why chrome_shared.css instead of text_defaults.css
xdai1 2014/12/11 02:59:22 Sorry it's a mistake... Done.
<style>
html {
height: 100%;
@@ -12,7 +13,6 @@ body {
background: white;
color: #000;
display: -webkit-box;
- font-family: arial, sans-serif;
height: 100%;
margin: 0;
padding: 0;
@@ -21,7 +21,6 @@ body {
}
.header {
- font-family: Sans-serif;
padding: 3px;
width: 80%;
}

Powered by Google App Engine
This is Rietveld 408576698