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> |