MediaWiki:ASBSearch.css: Difference between revisions
From HorizonXI Wiki
Starfox9507 (talk | contribs) No edit summary |
Starfox9507 (talk | contribs) No edit summary Tag: Reverted |
||
| Line 6: | Line 6: | ||
.mw-htmlform table { | .mw-htmlform table { | ||
width: 100%; | width: 100%; | ||
} | |||
.mw-htmlform table tr:nth-child(even) { | |||
background-color: #f2f2f2; | |||
} | } | ||
Revision as of 12:43, 14 September 2024
.mw-htmlform {
text-align: center;
}
.mw-htmlform table {
width: 100%;
}
.mw-htmlform table tr:nth-child(even) {
background-color: #f2f2f2;
}
