From ff21900ec3242c77cb9a7ee5565309548950364d Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Sun, 8 Dec 2013 22:22:05 +0000 Subject: virtio-html: add right and left borders for tables In html version our tables lack vertical separators, that's ugly. Tweak config file for htlatex to add these. htlatex wants to use hr for horizontal separation (presumably for portability?) So add only vertical borders using CSS. Note: pdf version has a dual line after 1st column in each row, I didn't figure out how to make this with htlatex yet. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@169 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-html.cfg | 4 ++-- 1 file 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{

}\begingroup\TitleMark.\space}{\endgroup\HCode{

}\par\IgnorePar} \Configure{tabular} - {\HCode{}}{\HCode{
}} + {\HCode{}}{\HCode{
}} {\HCode{}}{\HCode{}} - {\HCode{1 colspan="\HMultispan"\fi >}}{\HCode{}} + {\HCode{1 colspan="\HMultispan"\fi >}}{\HCode{}} %%\Configure{HColWidth}{\HCode{ style="min-width:\HColWidth"}} -- cgit v1.2.3