From 34dffd674c121ac1ef0e1dc89637145569b07b5f Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 22 Oct 2018 12:52:22 +0100 Subject: [PATCH] Remove padding from inline documentation elements. In some situations, this would make it look like some directives required spaces (e.g. .pgpass file set up), which would be incorrect. Reported By: Vik Fearing --- media/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/media/css/main.css b/media/css/main.css index 4f3e15ab..5d948317 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -650,7 +650,6 @@ code, #docContent kbd, #docContent tt.LITERAL, #docContent tt.REPLACEABLE { - padding: .2rem .4rem; font-size: 0.9rem !important; color: inherit !important; background-color: #f8f9fa !important;