Add new class 'center' for tabular

This commit is contained in:
Gregory Trolliet 2020-05-04 17:26:27 +02:00
parent d48fe0beb0
commit 57747f8a28
1 changed files with 3 additions and 0 deletions

View File

@ -556,6 +556,9 @@ a:focus {
.article-body .tabular th {
border-bottom: 3px solid var(--background-color-light);
}
.article-body .tabular.center td {
text-align: center;
}
/******************* Article Abbreviation *******************/
abbr {