From 074893b70aa3979c598ed306d4cc0f21abdf3458 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 4 Aug 2017 17:17:24 +0200 Subject: [PATCH] update table style --- lib/librarian | 2 +- redakcja/static/css/book.css | 9 +++++++++ redakcja/static/css/html.css | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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; } -- 2.20.1