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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-11-02 14:39:35 -07:00 committed by David Kinder
parent 648b880f89
commit 0bcb66e94e
1 changed files with 5 additions and 0 deletions

View File

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