From: Jonathan S. Katz Date: Mon, 13 Dec 2021 21:43:17 +0000 (-0500) Subject: Fix code layout in h2 tags in docs X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=99335210a711c4551084b1088a6eb9effe5eb86e;p=pgweb.git 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 --- 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;