X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/987b8f97cc92737294840efbfb9b3c54ff334b66..b171203911f76839a6c5da5f4123434fe4508b9f:/redakcja/static/css/book.css?ds=sidebyside diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index 89edfdf2..f685e41e 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -12,7 +12,20 @@ a { #book-text { margin: 3em; - max-width: 36em; + max-width: 48em; +} + +table { + border-collapse: collapse; + width: 100%; +} + +table.border, table.border td, table.border th { + border: 1px solid black; +} + +td, th { + vertical-align: top; } /* ================================== */ @@ -24,7 +37,7 @@ a { img { border: none; - max-width: 36em; + max-width: 48em; margin-top: 1em; } @@ -355,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;