Restore print, links, table and message box styles

These should have been added in the migration.
Follow up to 4a93c70

Bug: T278896
Change-Id: I089077d7ff7a9daf0e98b4dc40f04a11b4764277
This commit is contained in:
jdlrobson 2021-07-27 08:19:08 -07:00 committed by Jdlrobson
parent 245566386b
commit 722b5fbf80
3 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "9 kB"
"maxSize": "9.6 kB"
},
{
"resourceModule": "skins.vector.legacy.js",

View File

@ -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 {

View File

@ -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,