From 8ea9265c8919537d0ff750050c9d7dc3a635aa8e Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 30 Nov 2019 01:05:12 -0500 Subject: [PATCH] fix(css): adapt to new code highlight html layout --- source/css/style.styl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/css/style.styl b/source/css/style.styl index 8665d1a..7eb9899 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -370,6 +370,13 @@ figure.highlight table width: auto + tr td + border: none + tr:not(:first-child) td + padding-top: 0 + tr:not(:last-child) td + padding-bottom: 0 + pre padding: 0 overflow: visible