Index: chrome/browser/resources/options/font_settings.css |
diff --git a/chrome/browser/resources/options/font_settings.css b/chrome/browser/resources/options/font_settings.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4e1a81fe9f1959c7420e4c59eb8f62185bc077df |
--- /dev/null |
+++ b/chrome/browser/resources/options/font_settings.css |
@@ -0,0 +1,19 @@ |
+#font-settings > section > .font-input-div { |
+ -webkit-margin-end: 5em; |
+} |
+ |
+.font-input-div > div > select { |
+ margin-bottom: 10px; |
+} |
+ |
+.font-input-div > div > .font-input { |
+ width: 12em; |
+} |
+ |
+#font-settings > section > .font-sample-div { |
+ position: absolute; |
+} |
+ |
+.font-settings-huge { |
+ float: right; |
+} |