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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user