Add a class for aligne text to the right in tabulars

This commit is contained in:
Gregory Trolliet 2020-05-05 09:40:30 +02:00
parent 57747f8a28
commit 7fefb3227a
1 changed files with 3 additions and 0 deletions

View File

@ -559,6 +559,9 @@ a:focus {
.article-body .tabular.center td {
text-align: center;
}
.article-body .tabular.right td {
text-align: right;
}
/******************* Article Abbreviation *******************/
abbr {