Matmarex has uploaded a new change for review. Change subject: CologneBlue rewrite: rework otherLanguages(), CSS: serif font ......................................................................
CologneBlue rewrite: rework otherLanguages(), CSS: serif font Reworked otherLanguages() to use the same routines as regular sidebar language links lists. Unfortunately, the data made available by SkinTemplate capitalizes the language name, and we do not want this, given how it's displayed in CologneBlue (although it is necessary for regular sidebars), so a lot of code has been copied from there. It might be a good idea to add some sort of a config option, but I don't know how to properly implement it. This change revealed that CologneBlue does not set the base font for the page, causing text marked as being in a different language (e.g., language links) to be displayed in a different fond in some browsers. Adding "font-family: serif" to body fixed the issue. Change-Id: I8b56ccb6f9a2ba47613f135754b5a133a6870412 --- M skins/CologneBlue.php M skins/cologneblue/screen.css 2 files changed, 38 insertions(+), 32 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/43/26643/1 -- To view, visit https://gerrit.wikimedia.org/r/26643 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8b56ccb6f9a2ba47613f135754b5a133a6870412 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Matmarex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
