mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
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:
parent
648b880f89
commit
0bcb66e94e
5
doc/static/acrn-custom.css
vendored
5
doc/static/acrn-custom.css
vendored
@ -150,6 +150,11 @@ th,td {
|
|||||||
padding-left: 0 !important;
|
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 */
|
/* doxygenXX item color tweaks, light blue background with dark blue top border */
|
||||||
.rst-content dl:not(.docutils) dl dt {
|
.rst-content dl:not(.docutils) dl dt {
|
||||||
background: #e7f2fa !important;
|
background: #e7f2fa !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user