MediaWiki:ASBSearch.css: Difference between revisions

From HorizonXI Wiki
No edit summary
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;
}