From c34be8ebf5653143da5efaab98049babe3641fe3 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Sat, 9 Apr 2022 11:43:07 +0900 Subject: [PATCH] Fix mathjax3 bug in website/templates/index.html --- src/doc/en/website/templates/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/doc/en/website/templates/index.html b/src/doc/en/website/templates/index.html index 5f34a99dc62..d8895243052 100644 --- a/src/doc/en/website/templates/index.html +++ b/src/doc/en/website/templates/index.html @@ -15,6 +15,13 @@ display: none; {%- endif %} } + table.contentstable { + align: center; + border-spacing: 20px; + } + table.contentstable span { {# trac #33600 comment:22 #} + border-spacing: initial; + } {% endblock %} @@ -33,7 +40,7 @@

Tutorials and FAQ

- +