diff --git a/docs/readthedocs/source/_static/css/custom.css b/docs/readthedocs/source/_static/css/custom.css index e6ca444e..18f909b1 100644 --- a/docs/readthedocs/source/_static/css/custom.css +++ b/docs/readthedocs/source/_static/css/custom.css @@ -91,4 +91,9 @@ footer.bd-footer{ /* the margin height is just the height of original footer, to avoid content overlapping */ .bd-footer-article { margin-bottom: 5rem; +} + +/* for tables in documentation guides, vertically center rows */ +.bigdl-documentation-guide-tables td{ + vertical-align: middle; } \ No newline at end of file diff --git a/docs/readthedocs/source/_templates/sidebar_quicklinks.html b/docs/readthedocs/source/_templates/sidebar_quicklinks.html index 87f723d2..e85e6501 100644 --- a/docs/readthedocs/source/_templates/sidebar_quicklinks.html +++ b/docs/readthedocs/source/_templates/sidebar_quicklinks.html @@ -4,8 +4,8 @@