Difference between revisions of "MediaWiki:Vector.css"

From Eli's Software Encyclopedia
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .mw-wiki-logo { background-size: 134px; }")
 
m
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: 134px;
     background-size: 150px;
}
}

Revision as of 23:07, September 16, 2020

/* All CSS here will be loaded for users of the Vector skin */

.mw-wiki-logo {
    background-size: 150px;
}