From e24039a7ef69b082cf1a3c8e254d56dbf419b92e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 5 Dec 2018 11:38:14 -0800 Subject: [PATCH] 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 --- doc/static/acrn-custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index fa8c5e113..33fb0e442 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -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%;