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

This commit is contained in:
Blake Winton 2015-04-28 15:48:43 -04:00
parent b3c881605f
commit ed82277965

View File

@ -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;
}