mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
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:
parent
245566386b
commit
722b5fbf80
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
{
|
||||
"resourceModule": "skins.vector.styles",
|
||||
"maxSize": "9 kB"
|
||||
"maxSize": "9.6 kB"
|
||||
},
|
||||
{
|
||||
"resourceModule": "skins.vector.legacy.js",
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue