From: Jan Szejko Date: Fri, 4 Aug 2017 15:17:24 +0000 (+0200) Subject: update table style X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/074893b70aa3979c598ed306d4cc0f21abdf3458?ds=sidebyside update table style --- diff --git a/lib/librarian b/lib/librarian index a4af74c1..c87453a1 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit a4af74c13b9139bb75ce9e6d40d743f58089b2ef +Subproject commit c87453a1da79443d74132398e7dd1aaa83140fee diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index 89edfdf2..6d78f79f 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -15,6 +15,15 @@ a { max-width: 36em; } +table { + border-collapse: collapse; + width: 100%; +} + +table.border, table.border td, table.border th { + border: 1px solid black; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */ diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 003d7d23..6439a648 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -302,7 +302,7 @@ font-variant: small-caps; } -em.wieksze_odstepy { +.htmlview em.wieksze_odstepy { font-style: normal; word-spacing: 1em; }