MediaWiki:Common.css: Difference between revisions
Appearance
RikThePixel (talk | contribs) No edit summary |
RikThePixel (talk | contribs) No edit summary |
||
| Line 11: | Line 11: | ||
.scamp-button > p > a { | .scamp-button > p > a { | ||
text-align: center; | text-align: center; | ||
flex: 1; | flex: 1; | ||
} | |||
.scamp-button > p > a.external { | |||
background-image: none; | |||
} | } | ||
Revision as of 22:39, 6 January 2026
.scamp-button {
display: inline-flex;
align-items: center;
justify-content: center;
}
.scamp-button > p {
display: contents;
margin: 0;
}
.scamp-button > p > a {
text-align: center;
flex: 1;
}
.scamp-button > p > a.external {
background-image: none;
}