diff --git a/bundlesize.config.json b/bundlesize.config.json index 4d5bd19..ad974a0 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -5,7 +5,7 @@ }, { "resourceModule": "skins.vector.styles", - "maxSize": "9 kB" + "maxSize": "9.6 kB" }, { "resourceModule": "skins.vector.legacy.js", diff --git a/resources/common/print.less b/resources/common/print.less index 3a58daa..0f9e55f 100644 --- a/resources/common/print.less +++ b/resources/common/print.less @@ -176,6 +176,9 @@ ul { } } +#mw-navigation, +/* Used by a variety of templates and historically part of the Vector skin. */ +.noprint, .mw-jump-link, .mw-portlet-lang, .toc .tocnumber { diff --git a/skin.json b/skin.json index 62909f5..bbf709b 100644 --- a/skin.json +++ b/skin.json @@ -126,8 +126,11 @@ "features": { "normalize": true, "elements": true, + "content-links": true, "content-media": true, + "content-tables": true, "interface": true, + "interface-message-box": true, "interface-category": true, "i18n-ordered-lists": true, "i18n-all-lists-margins": true,