diff options
-rw-r--r-- | virtio-html.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtio-html.cfg b/virtio-html.cfg index 0106271..bf4c89b 100644 --- a/virtio-html.cfg +++ b/virtio-html.cfg @@ -10,9 +10,9 @@ \Configure{appendix}{}{}{\ShowPar\IgnoreIndent\HCode{<h2 class="appendixHead">}\begingroup\TitleMark.\space}{\endgroup\HCode{</h2>}\par\IgnorePar} \Configure{tabular} - {\HCode{<table>}}{\HCode{</table>}} + {\HCode{<table style="border-collapse:collapse;">}}{\HCode{</table>}} {\HCode{<tr class="row-\HRow">}}{\HCode{</tr>}} - {\HCode{<td style="text-align: left; min-width: \HColWidth" \ifnum \HMultispan>1 colspan="\HMultispan"\fi >}}{\HCode{</td>}} + {\HCode{<td style="text-align: left; min-width: \HColWidth; border-left-style:solid; border-right-style:solid; border-width:thin; padding-left:6pt; padding-right:6pt;" \ifnum \HMultispan>1 colspan="\HMultispan"\fi >}}{\HCode{</td>}} %%\Configure{HColWidth}{\HCode{ style="min-width:\HColWidth"}} |