MediaWiki:Vector.css: Difference between revisions

From koreapedia
scale the logo size
 
scale the logo size
Line 5: Line 5:
display: block;
display: block;
width: 10em;
width: 10em;
height: 160px;
height: 30px;
text-decoration: none;
text-decoration: none;
}
}

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: 10em;
height: 30px;
text-decoration: none;
}