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

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

Issue 10387228: chrome_shared.css -> chrome_shared2.css : proxy_settings.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/proxy_settings.html
diff --git a/chrome/browser/resources/chromeos/proxy_settings.html b/chrome/browser/resources/chromeos/proxy_settings.html
index 0884dbd2ced8c18a49ca56ff3c9bcd0751d5e0ba..485b2eaf6fbe8b46e365436944232af91d7abd70 100644
--- a/chrome/browser/resources/chromeos/proxy_settings.html
+++ b/chrome/browser/resources/chromeos/proxy_settings.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection">
<head>
-<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
+<link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css">
<link rel="stylesheet" href="chrome://resources/css/list.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
@@ -31,9 +31,7 @@
<script src="proxy_settings.js"></script>
</head>
-<!-- We do not override the fontSize because it is defined in
- internet_options_page.css. -->
-<body i18n-values=".style.fontFamily:fontfamily">
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<include src="../options2/chromeos/internet_detail.html">
</body>
</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698