MediaWiki:Vector.css: Difference between revisions

From koreapedia
scale the logo size
No edit summary
 
Line 4: Line 4:
background-repeat: no-repeat;
background-repeat: no-repeat;
display: block;
display: block;
width: 10em;
width: 2em;
height: 30px;
height: 30px;
text-decoration: none;
text-decoration: none;
}
}

Latest revision as of 01:33, 26 August 2025

/* All CSS here will be loaded for users of the Vector skin */
#p-logo a {
background-position: center center;
background-repeat: no-repeat;
display: block;
width: 2em;
height: 30px;
text-decoration: none;
}