From 0bcb66e94e7c0fedd33a931f384d2684d7f87d4e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 2 Nov 2021 14:39:35 -0700 Subject: [PATCH] doc: tweak CSS for Sphinx/Breathe API documents Words in the function prototypes looked run together making it hard to read, so tweak the CSS to add a bit of padding. Signed-off-by: David B. Kinder --- doc/static/acrn-custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index 38873b28a..9b0a47265 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -150,6 +150,11 @@ th,td { padding-left: 0 !important; } +/* dbk tweak spacing in breathe api */ +.rst-content dt > span.pre { + padding-right: 6px; +} + /* doxygenXX item color tweaks, light blue background with dark blue top border */ .rst-content dl:not(.docutils) dl dt { background: #e7f2fa !important;