MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Coffeemc'coffee (talk | contribs)
No edit summary
Tag: Manual revert
Coffeemc'coffee (talk | contribs)
No edit summary
Line 22: Line 22:
     margin-top: 427px;
     margin-top: 427px;
     margin-right: 419px;
     margin-right: 419px;
}
/* Infobox */
.portable-infobox .pi-title {
    border: 0;
    margin: 0;
    font-family: inherit;
    font-size: 1.75em;
    line-height: 1.5;
    text-align: center;
}
.pi-image-thumbnail {
    max-width: 200px;
    max-width: var(--pi-width);
    height: auto;
}
}