From: Jan Szejko <janek37@gmail.com>
Date: Mon, 7 Aug 2017 15:29:32 +0000 (+0200)
Subject: top align in tables
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/b7d092eeaf7403386bfba7ed85b8abeb2109ada8?ds=sidebyside

top align in tables
---

diff --git a/lib/librarian b/lib/librarian
index 40110cdb..d40c12d3 160000
--- a/lib/librarian
+++ b/lib/librarian
@@ -1 +1 @@
-Subproject commit 40110cdb916b003da032cb350fad27bd22f64602
+Subproject commit d40c12d3083953a9ecc4c9d4319d464d0a950414
diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css
index 6d78f79f..15f3570a 100644
--- a/redakcja/static/css/book.css
+++ b/redakcja/static/css/book.css
@@ -24,6 +24,10 @@ table.border, table.border td, table.border th {
     border: 1px solid black;
 }
 
+td, th {
+    vertical-align: top;
+}
+
 /* ================================== */
 /* = Header with logo and menu      = */
 /* ================================== */