Bug 1158289 - Use ems to keep the Reader View's line length between 45 and 75 characters. ui-r=mmaslaney, r=margaret, a=lmandel

This commit is contained in:
Blake Winton
2015-04-28 15:48:43 -04:00
parent ecbb1ddfee
commit 8d7ac6ddc5

View File

@@ -4,8 +4,6 @@
body { body {
padding: 64px 0; padding: 64px 0;
max-width: 660px;
margin: 0 auto;
} }
@media (max-width: 785px) { @media (max-width: 785px) {
@@ -54,6 +52,11 @@ body.serif .remove-button {
font-family: Georgia, "Times New Roman", serif; font-family: Georgia, "Times New Roman", serif;
} }
#container {
max-width: 30em;
margin: 0 auto;
}
#container.font-size1 { #container.font-size1 {
font-size: 12px; font-size: 12px;
} }