Add a class for aligne text to the right in tabulars
This commit is contained in:
parent
57747f8a28
commit
7fefb3227a
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue