From cf59e6df8bf28a24e5ba753f09b7685b4333ff95 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 30 Aug 2019 18:28:42 +0100 Subject: [PATCH] fix(css): set codeblock margin consistent with img --- themes/typing/source/css/typing.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index b12dad6..0222a76 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -794,10 +794,6 @@ samp { font-size: 0.9em; } -.article-entry figure.highlight { - margin: 0; -} - .article-entry pre code { background: 0 0; text-shadow: none;