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:
David B. Kinder 2018-12-05 11:38:14 -08:00 committed by David Kinder
parent 3ca64c5b02
commit e24039a7ef
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,13 @@ th,td {
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 */
col.option {
width: 25%;