X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/987b8f97cc92737294840efbfb9b3c54ff334b66..b7d092eeaf7403386bfba7ed85b8abeb2109ada8:/redakcja/static/css/book.css?ds=sidebyside diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index 89edfdf2..15f3570a 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -15,6 +15,19 @@ a { max-width: 36em; } +table { + border-collapse: collapse; + width: 100%; +} + +table.border, table.border td, table.border th { + border: 1px solid black; +} + +td, th { + vertical-align: top; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */