X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/074893b70aa3979c598ed306d4cc0f21abdf3458..f94960707e13dc99bc497ac68427de6834d311fd:/redakcja/static/css/book.css diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index 6d78f79f..05d2999d 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -12,7 +12,7 @@ a { #book-text { margin: 3em; - max-width: 36em; + max-width: 48em; } table { @@ -24,6 +24,10 @@ table.border, table.border td, table.border th { border: 1px solid black; } +td, th { + vertical-align: top; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */ @@ -33,7 +37,7 @@ table.border, table.border td, table.border th { img { border: none; - max-width: 36em; + max-width: 48em; margin-top: 1em; }