From 23bcf72c26694f8e67dd7386c72fe6922a5438f9 Mon Sep 17 00:00:00 2001 From: Nicolas Carlo Date: Tue, 9 Jul 2013 09:09:15 -0400 Subject: [PATCH] Bug 856803 - Change About:feedback title to Open Sans Light. r=margaret --- mobile/android/themes/core/aboutFeedback.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mobile/android/themes/core/aboutFeedback.css b/mobile/android/themes/core/aboutFeedback.css index 76aa08d4ec2c..d9933a446179 100644 --- a/mobile/android/themes/core/aboutFeedback.css +++ b/mobile/android/themes/core/aboutFeedback.css @@ -4,8 +4,8 @@ body { -moz-text-size-adjust: none; - font-family: Roboto,"Droid Sans",helvetica,arial,clean,sans-serif; - font-size: 14px; + font-family: "Open Sans",sans-serif; + font-size: 12px; color: #222; background-color: #ced7de; padding: 10px; @@ -27,6 +27,7 @@ section:not([active]) { .header { font-size: 24px; + font-weight: lighter; text-align: center; margin-top: 0; } @@ -65,7 +66,7 @@ section:not([active]) { } .fine-print { - font-size: 12px; + font-size: 10px; color: #666; }