diff html.xsl @ 16:2bbd067529b6

improve efficiency, detect blank rows, don't type empty cells
author Henry S. Thompson <ht@markup.co.uk>
date Mon, 03 Apr 2017 19:22:03 +0100
parents e767bef35bb9
children 9b1b169dc8db
line wrap: on
line diff
--- a/html.xsl	Mon Apr 03 16:02:10 2017 +0100
+++ b/html.xsl	Mon Apr 03 19:22:03 2017 +0100
@@ -9,6 +9,7 @@
    <head>
     <style>
        body {font-family: 'DejaVu Sans Mono' , monospace}
+       td {padding: 0}
        .e {color: red}
        .formula {font-style: italic}
     </style>