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

index 40110cd..d40c12d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 40110cdb916b003da032cb350fad27bd22f64602
+Subproject commit d40c12d3083953a9ecc4c9d4319d464d0a950414
index bd7fc63..e34d502 100644 (file)
@@ -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;
 }