From 99335210a711c4551084b1088a6eb9effe5eb86e Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 13 Dec 2021 16:43:17 -0500 Subject: [PATCH] Fix code layout in h2 tags in docs Code snippets in h2 blocks looked smushed, so this gives them a bit more space. Reported-by: Justin Pryzby Reviewed-by: Daniel Gustafsson --- media/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media/css/main.css b/media/css/main.css index d97da4dd..e7b1455c 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -877,6 +877,14 @@ code, font-size: inherit !important; } +#docContent h2 code { + font-size: inherit !important; + margin-bottom: 0em; + margin-left: 0.5em; + margin-right: 0.5em; + margin-top: 0em; +} + #docContent .NAVHEADER table th, #docContent .navheader table th { text-align: center; -- 2.39.5