From b7d092eeaf7403386bfba7ed85b8abeb2109ada8 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 7 Aug 2017 17:29:32 +0200 Subject: [PATCH] top align in tables --- lib/librarian | 2 +- redakcja/static/css/book.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 = */ /* ================================== */ -- 2.20.1