MediaWiki:Common.css: Difference between revisions
From koreapedia
Created page with "→CSS placed here will be applied to all skins: #p-logo a { background-position: center center; background-repeat: no-repeat; display: block; width: 2em; height: 40px; text-decoration: none; }" |
Chameleon skin logo resize |
||
| Line 1: | Line 1: | ||
/* | /* Chameleon skin logo resize */ | ||
.skin-chameleon .mw-logo { | |||
max-width: 50px; /* adjust width */ | |||
max-height: 50px; /* adjust height */ | |||
height: auto; | |||
height: | |||
} | } | ||
