diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a4aa1f3a58..e5009046a2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -112,8 +112,12 @@ pre, .literalintable, .path, .pathintable { + background-color: rgba(0, 0, 0, 0.03); + border: 1px solid rgba(0,0,0,0.04); + border-radius: 2px; + display: inline; + padding: 1px 3px; font-family: Menlo, Consolas, "DejaVu Sans Mono", "Nimbus Mono L", "Lucida Sans Typewriter", "Courier New", Courier, Monaco, monospace; - margin: 0.08rem 0; } .acronym { font-weight: bold; |