From 939887c698525a1e0237d7cce349e93a5d739958 Mon Sep 17 00:00:00 2001 From: Dmitry Merkushin Date: Mon, 22 Nov 2021 12:18:02 +0300 Subject: [PATCH] Remove unnecessary paddings for caption --- syntaxhighlighter3/styles/shCore.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxhighlighter3/styles/shCore.css b/syntaxhighlighter3/styles/shCore.css index 731e40d..88a4956 100644 --- a/syntaxhighlighter3/styles/shCore.css +++ b/syntaxhighlighter3/styles/shCore.css @@ -88,7 +88,7 @@ } .syntaxhighlighter table caption { text-align: left !important; - padding: .5em 0 0.5em 1em !important; + padding: 0 0 0.5em 0 !important; } .syntaxhighlighter table td.code { width: 100% !important;