Remove WMF deployment hack ext.cite and ext.rtlcite modules

It's been 30 days after deployment of I58adcfbcf9af2bb3.

Bug: T101559
Change-Id: I0217b8d15cdd495a163b3f1fc1af018f6d2fe271
This commit is contained in:
Derk-Jan Hartman 2015-06-06 15:57:58 +02:00 committed by Bartosz Dziewoński
parent e4a1d6f1fc
commit d4baf5927e
2 changed files with 0 additions and 19 deletions

View file

@ -21,19 +21,7 @@
"Cite::setHooks"
]
},
"@comment": "ext.cite and ext.rtlcite are backwards compatibility deployment hacks",
"ResourceModules": {
"ext.cite": {
"dependencies": [
"ext.cite.a11y",
"ext.cite.styles"
],
"position": "bottom"
},
"ext.rtlcite": {
"styles": "ext.rtlcite.css",
"position": "bottom"
},
"ext.cite.styles": {
"styles": {
"ext.cite.styles.css": {},

View file

@ -1,7 +0,0 @@
/* Needs to be deleted after 30 days cache expiration */
/* 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;
}