body {
font-size: 16px;
- font: Georgia, "Times New Roman", serif;
+ font-family: Georgia, "Times New Roman", serif;
line-height: 1.5em;
margin: 0;
}
#book-text {
margin: 0 3em;
- max-width: 36em;
+ max-width: 48em;
}
#other-text #book-text {
- width: 36em;
+ width: 48em;
}
/* ================================== */
img {
border: none;
+ max-width: 48em;
+ margin-top: 1em;
}
#logo {
#menu {
position: fixed;
- left: 0em;
- top: 0em;
+ left: 0;
+ top: 0;
width: 100%;
height: 1.5em;
background: #333;
#toc, #themes, #nota_red, #info, #other-versions, #objects {
position: fixed;
- left: 0em;
+ left: 0;
top: 1.5em;
width: 37em;
padding: 1.5em;
}
#download {
position: fixed;
- left: 0em;
+ left: 0;
top: 1.5em;
width: 37em;
padding: 1.5em;