Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix mathjax3 bug in website/templates/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Apr 29, 2022
1 parent 8b28eea commit c34be8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/doc/en/website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
display: none;
{%- endif %}
}
table.contentstable {
align: center;
border-spacing: 20px;
}
table.contentstable span { {# trac #33600 comment:22 #}
border-spacing: initial;
}
</style>
{% endblock %}

Expand All @@ -33,7 +40,7 @@ <h2>
Tutorials and FAQ
</strong>
</h2>
<table class="contentstable" align="center" cellspacing="20">
<table class="contentstable">
<tr valign="top">
<td width="50%">
<p class="biglink">
Expand Down

0 comments on commit c34be8e

Please sign in to comment.