mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
doc: tweak CSS for doxygen API usability
Change background colors of API elements to improve readability and match configuration documentation look. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
3ca64c5b02
commit
e24039a7ef
7
doc/static/acrn-custom.css
vendored
7
doc/static/acrn-custom.css
vendored
@ -134,6 +134,13 @@ th,td {
|
|||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* doxygenXX item color tweaks, light blue background with dark blue top border */
|
||||||
|
.rst-content dl:not(.docutils) dl dt {
|
||||||
|
background: #e7f2fa !important;
|
||||||
|
border-top: solid 3px #2980B9 !important;
|
||||||
|
border-left: none !important; */
|
||||||
|
}
|
||||||
|
|
||||||
/* tweak display of option tables to make first column wider */
|
/* tweak display of option tables to make first column wider */
|
||||||
col.option {
|
col.option {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
Loading…
Reference in New Issue
Block a user