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 {
|
.article-body .tabular.center td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.article-body .tabular.right td {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
/******************* Article Abbreviation *******************/
|
/******************* Article Abbreviation *******************/
|
||||||
abbr {
|
abbr {
|
||||||
|
|
Loading…
Reference in a new issue