This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-fluido-skin-1.x-backports in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit 288fdbc280318eebd1414a6134f60592c6c5bf2d Author: Michael Osipov <[email protected]> AuthorDate: Thu Jun 29 15:21:30 2023 +0200 [MSKINS-230] Text in <th>/<td> ignore default alignment --- src/main/resources/css/maven-theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css index f2c1235..e466934 100644 --- a/src/main/resources/css/maven-theme.css +++ b/src/main/resources/css/maven-theme.css @@ -163,3 +163,8 @@ h4 > code, h5 > code { font-size: unset; } + +.table th, +.table td { + text-align: revert; +}
