From 67dbbc92c1298ad59e8a6a6fd72349bb9135d654 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 24 Nov 2017 10:00:11 +0000 Subject: [PATCH] Give tables borders --- md_pdf/assets/static/style.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index a958552..ccfd388 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -49,6 +49,16 @@ body.content { code { white-space: inherit !important; } + + table { + width: 100%; + border-collapse: collapse !important; + border: 1px solid black !important; + } + + table { + border: 1px solid black !important; + } } body.footer, body.header {