X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..f5129e7c47fa5fcf0a20f04249b90afcbc54cb9c:/src/wolnelektury/static/css/master.book.css diff --git a/src/wolnelektury/static/css/master.book.css b/src/wolnelektury/static/css/master.book.css index 29c84765e..29d115b96 100644 --- a/src/wolnelektury/static/css/master.book.css +++ b/src/wolnelektury/static/css/master.book.css @@ -1,6 +1,6 @@ body { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; margin: 0; } @@ -12,11 +12,11 @@ a { #book-text { margin: 0 3em; - max-width: 36em; + max-width: 48em; } #other-text #book-text { - width: 36em; + width: 48em; } /* ================================== */ @@ -28,6 +28,8 @@ a { img { border: none; + max-width: 48em; + margin-top: 1em; } #logo { @@ -39,8 +41,8 @@ img { #menu { position: fixed; - left: 0em; - top: 0em; + left: 0; + top: 0; width: 100%; height: 1.5em; background: #333; @@ -95,7 +97,7 @@ img { #toc, #themes, #nota_red, #info, #other-versions, #objects { position: fixed; - left: 0em; + left: 0; top: 1.5em; width: 37em; padding: 1.5em; @@ -111,7 +113,7 @@ img { } #download { position: fixed; - left: 0em; + left: 0; top: 1.5em; width: 37em; padding: 1.5em;