summaryrefslogtreecommitdiff
path: root/extensions/Cite/modules/ext.rtlcite/ext.rtlcite.css
blob: 9b88d5315b595cc7417c98417b460508624f9b85 (plain)
1
2
3
4
5
6
/* Isolation to fix references in case of RTL words at the end of a reference */
sup.reference {
	unicode-bidi: -moz-isolate;
	unicode-bidi: -webkit-isolate;
	unicode-bidi: isolate;
}