Remove padding from inline documentation elements.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 22 Oct 2018 11:52:22 +0000 (12:52 +0100)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 22 Oct 2018 11:52:22 +0000 (12:52 +0100)
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

index 4f3e15ab548236c9462c23f1676e5c4534f0bae4..5d9483177a2fe513cb57a31af67f812c88e9d74d 100644 (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;