mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
f1bd3175fd
There is a lot of copy-pasting going on here. I hope the longer file names also make it more obvious what's actually happening here. Change-Id: I1cb5fe230cc8e2b90d97f92bc0156110afd6fc79
12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
/* @noflip */
|
|
.mw-cite-dir-ltr {
|
|
direction: ltr;
|
|
text-align: left;
|
|
}
|
|
|
|
/* @noflip */
|
|
.mw-cite-dir-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|