From 3fee78a213426d4a98066694915d27ca15af006e Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 8 Mar 2026 18:30:17 +0000 Subject: [PATCH] Tweak css of dev docs to remove spaces between code and adjacent text. --- apidocs/dev/ofm.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apidocs/dev/ofm.css b/apidocs/dev/ofm.css index f3a7abae..c60cc0ca 100644 --- a/apidocs/dev/ofm.css +++ b/apidocs/dev/ofm.css @@ -833,8 +833,11 @@ body { border-radius: 2px; /*Approx the other side of the colour wheel from OFM pink.*/ color: #2fbf73; - margin: 0 2px; - padding: 3px 5px; + /*Remove the padding and margin as it spaces in-line code to much from surrounding + text and punctuation. + */ + margin: 0; + padding: 3px 0; white-space: pre-wrap }