mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-11 06:36:17 +00:00
883fa0a4ba
This is identical with the CSS in ext.cite.parsoid.styles.less that's active for all languages. The small per-language files should only contain details that are different from the default. Change-Id: Ic5470772e3138a7711d006dffa88e727f46bddd6
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;
|
|
}
|