Merge "Update the $wgULSNoWebfontsSelectors defaults"

This commit is contained in:
jenkins-bot
2013-12-12 13:39:28 +00:00
committed by Gerrit Code Review

View File

@@ -151,10 +151,11 @@ $wgULSNoImeSelectors = array( '#wpCaptchaWord', '.ve-ce-documentNode' );
/** /**
* Array of jQuery selectors of elements on which webfonts must not be applied. * Array of jQuery selectors of elements on which webfonts must not be applied.
* By default exclude the interwiki language links. * By default exclude elements with .autonym because that style set font as
* Autonym
* @since 2013.09 * @since 2013.09
*/ */
$wgULSNoWebfontsSelectors = array( '#p-lang li > a' ); $wgULSNoWebfontsSelectors = array( '.autonym' );
/** /**
* Base path of ULS font repository. * Base path of ULS font repository.