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
This commit is contained in:
Jonathan S. Katz
2018-10-22 12:52:22 +01:00
parent 2ce8cc910f
commit 34dffd674c

View File

@ -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;