Add new class 'center' for tabular
This commit is contained in:
parent
d48fe0beb0
commit
57747f8a28
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue