From: Jan Szejko Date: Mon, 7 Aug 2017 15:30:28 +0000 (+0200) Subject: top align in tables X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/4da725b2ca66c83e1b146ca85f902bbd160fda07?hp=78019981243f09ee27ea48994773eb2e4414cff6 top align in tables --- diff --git a/lib/librarian b/lib/librarian index 40110cdb9..d40c12d30 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 40110cdb916b003da032cb350fad27bd22f64602 +Subproject commit d40c12d3083953a9ecc4c9d4319d464d0a950414 diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index bd7fc6354..e34d5023e 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -280,8 +280,9 @@ table { width: 100%; } -table.border, table.border td, table.border th { +table.border td, table.border th { border: 1px solid black; + vertical-align: top; }