From 7153c125e92d5b2f43452f1e3c367fcd474491c1 Mon Sep 17 00:00:00 2001 From: Blake Winton Date: Fri, 24 Apr 2015 14:33:38 -0700 Subject: [PATCH] Bug 1158294 - Increase Reader Views Default Type Size. ui-r=mmaslaney, r=margaret --- toolkit/themes/shared/aboutReader.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/toolkit/themes/shared/aboutReader.css b/toolkit/themes/shared/aboutReader.css index f712b893b85..54db59041ac 100644 --- a/toolkit/themes/shared/aboutReader.css +++ b/toolkit/themes/shared/aboutReader.css @@ -54,42 +54,42 @@ body.serif .remove-button { font-family: Georgia, "Times New Roman", serif; } -body.font-size1 { - font-size: 10px; -} - -body.font-size2 { +#container.font-size1 { font-size: 12px; } -body.font-size3 { +#container.font-size2 { font-size: 14px; } -body.font-size4 { +#container.font-size3 { font-size: 16px; } -body.font-size5 { +#container.font-size4 { font-size: 18px; } -body.font-size6 { +#container.font-size5 { font-size: 20px; } -body.font-size7 { +#container.font-size6 { font-size: 22px; } -body.font-size8 { +#container.font-size7 { font-size: 24px; } -body.font-size9 { +#container.font-size8 { font-size: 26px; } +#container.font-size9 { + font-size: 28px; +} + /* Override some controls and content styles based on color scheme */ body.light > .container > .header > .domain,