summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller
diff options
context:
space:
mode:
authorwychen <wychen@chromium.org>2015-09-04 15:39:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-04 22:40:06 +0000
commitf7c7663890b1c3662f257eb2a3f0e99887ba7625 (patch)
tree02b8585bb2cdac73194c64c47b390e215e9427ef /components/dom_distiller
parent562938d2c329c09124399865b23d3fdbf1547d68 (diff)
downloadchromium_src-f7c7663890b1c3662f257eb2a3f0e99887ba7625.zip
chromium_src-f7c7663890b1c3662f257eb2a3f0e99887ba7625.tar.gz
chromium_src-f7c7663890b1c3662f257eb2a3f0e99887ba7625.tar.bz2
Use fixed font-family in distiller feedback form
BUG=528244 Review URL: https://codereview.chromium.org/1324213004 Cr-Commit-Position: refs/heads/master@{#347508}
Diffstat (limited to 'components/dom_distiller')
-rw-r--r--components/dom_distiller/core/css/distilledpage.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css
index 57fc1a0..2130956 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -409,6 +409,7 @@ body .hidden {
.feedbackContent {
font-size: 14px;
+ font-family: sans-serif;
background-color: #4285F4;
clear: both;
padding: 14px;