diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index 5a4b37d4c..124a3f1e3 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -91,6 +91,11 @@ table.align-center { display: table !important; } +/* put the table caption at the bottom, as done for figures */ +table { + caption-side: bottom; +} + .code-block-caption { color: #000;