top align in tables
authorJan Szejko <janek37@gmail.com>
Mon, 7 Aug 2017 15:29:32 +0000 (17:29 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 7 Aug 2017 15:29:32 +0000 (17:29 +0200)
lib/librarian
redakcja/static/css/book.css

index 40110cd..d40c12d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 40110cdb916b003da032cb350fad27bd22f64602
+Subproject commit d40c12d3083953a9ecc4c9d4319d464d0a950414
index 6d78f79..15f3570 100644 (file)
@@ -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      = */
 /* ================================== */