From 8d7ac6ddc59414eecff234b79eb3bcda07a06701 Mon Sep 17 00:00:00 2001 From: Blake Winton Date: Tue, 28 Apr 2015 15:48:43 -0400 Subject: [PATCH] Bug 1158289 - Use ems to keep the Reader View's line length between 45 and 75 characters. ui-r=mmaslaney, r=margaret, a=lmandel --- toolkit/themes/shared/aboutReader.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/toolkit/themes/shared/aboutReader.css b/toolkit/themes/shared/aboutReader.css index 6fc273805e94..8121e5f9de66 100644 --- a/toolkit/themes/shared/aboutReader.css +++ b/toolkit/themes/shared/aboutReader.css @@ -4,8 +4,6 @@ body { padding: 64px 0; - max-width: 660px; - margin: 0 auto; } @media (max-width: 785px) { @@ -54,6 +52,11 @@ body.serif .remove-button { font-family: Georgia, "Times New Roman", serif; } +#container { + max-width: 30em; + margin: 0 auto; +} + #container.font-size1 { font-size: 12px; }