From d40c12d3083953a9ecc4c9d4319d464d0a950414 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 7 Aug 2017 17:29:19 +0200 Subject: [PATCH 1/1] top align in tables --- librarian/epub/style.css | 4 ++++ librarian/pdf/wl2tex.xslt | 1 + 2 files changed, 5 insertions(+) diff --git a/librarian/epub/style.css b/librarian/epub/style.css index e40c754..e01ca62 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -376,3 +376,7 @@ table { table.border th, table.border td { border: 1px solid black; } + +th, td { + vertical-align: top; +} \ No newline at end of file diff --git a/librarian/pdf/wl2tex.xslt b/librarian/pdf/wl2tex.xslt index 85375a2..fec49b9 100644 --- a/librarian/pdf/wl2tex.xslt +++ b/librarian/pdf/wl2tex.xslt @@ -308,6 +308,7 @@ + t -- 2.20.1