top align in tables
authorJan Szejko <janek37@gmail.com>
Mon, 7 Aug 2017 15:29:19 +0000 (17:29 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 7 Aug 2017 15:29:19 +0000 (17:29 +0200)
librarian/epub/style.css
librarian/pdf/wl2tex.xslt

index e40c754..e01ca62 100644 (file)
@@ -376,3 +376,7 @@ table {
 table.border th, table.border td {
     border: 1px solid black;
 }
+
+th, td {
+    vertical-align: top;
+}
\ No newline at end of file
index 85375a2..fec49b9 100644 (file)
 
 <xsl:template match="strofa" mode="inline">
     <env name="minipage">
+        <opt>t</opt>
         <parm><cmd name="linewidth" /></parm>
         <parm><xsl:apply-templates select="." /></parm>
     </env>