summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/chromeos/proxy_settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/chromeos/proxy_settings.html')
-rw-r--r--chrome/browser/resources/chromeos/proxy_settings.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/resources/chromeos/proxy_settings.html b/chrome/browser/resources/chromeos/proxy_settings.html
index aa9762d..6c67023 100644
--- a/chrome/browser/resources/chromeos/proxy_settings.html
+++ b/chrome/browser/resources/chromeos/proxy_settings.html
@@ -2,9 +2,12 @@
<html i18n-values="dir:textdirection">
<head>
<link rel="stylesheet" href="chrome://resources/css/button.css">
+<link rel="stylesheet" href="chrome://resources/css/checkbox.css">
<link rel="stylesheet" href="chrome://resources/css/list.css">
<link rel="stylesheet" href="chrome://resources/css/select.css">
+<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="../options/options_page.css">
+<link rel="stylesheet" href="../options/chromeos/internet_options_page.css">
<link rel="stylesheet" href="../options/chromeos/proxy.css">
<link rel="stylesheet" href="proxy_settings.css">
@@ -27,7 +30,9 @@
<script src="proxy_settings.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<!-- We do not override the fontSize because it is defined in
+ internet_options_page.css. -->
+<body i18n-values=".style.fontFamily:fontfamily">
<include src="../options/chromeos/proxy.html">
</body>
</html>