MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will be applied to all skins: #p-logo img { max-height: 40px; width: auto; }" |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
#p-logo img { | #p-logo img { | ||
max-height: | max-height: 60px; | ||
width: auto; | width: auto; | ||
} | |||
.navbar-brand img { | |||
max-height: 10px; | |||
} | } | ||
Latest revision as of 00:12, 16 March 2026
/* CSS placed here will be applied to all skins */
#p-logo img {
max-height: 60px;
width: auto;
}
.navbar-brand img {
max-height: 10px;
}