Common.css: Difference between revisions
From The Canon of Nora Wiki
Created page with "→CSS placed here will be applied to all skins: .mw-logo, #p-logo a { width: 160px; height: 160px; background-size: 160px; }" |
Replaced content with "→CSS placed here will be applied to all skins: .mw-wiki-logo.timeless-logo img { width: 165px; height: auto; margin: 0.75em 0 0.5em; }" Tags: Replaced Manual revert |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-logo | .mw-wiki-logo.timeless-logo img { | ||
width: 165px; | |||
height: auto; | |||
margin: 0.75em 0 0.5em; | |||
} | } | ||
Latest revision as of 15:46, 25 June 2026
/* CSS placed here will be applied to all skins */
.mw-wiki-logo.timeless-logo img {
width: 165px;
height: auto;
margin: 0.75em 0 0.5em;
}