X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/074893b70aa3979c598ed306d4cc0f21abdf3458..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/static/css/book.css diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index 6d78f79f..f685e41e 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; } @@ -364,6 +368,11 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph { font-style: italic; } +div.frame { + border: 1px darkgray solid; + padding-bottom: 1.5em; +} + hr.spacer { height: 3em; visibility: hidden;