Common.css
From Fina Wiki
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.page-FINA_Wiki .firstHeading { display: none } | .page-FINA_Wiki .firstHeading { display: none } | ||
.page-FINA .firstHeading { display: none } | .page-FINA .firstHeading { display: none } | ||
.table thead th { | |||
text-align: center; | |||
} | |||
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td { | |||
text-align: center; | |||
} | |||
Latest revision as of 11:09, 7 December 2022
/* CSS placed here will be applied to all skins */
.page-FINA_Wiki .firstHeading { display: none }
.page-FINA .firstHeading { display: none }
.table thead th {
text-align: center;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
text-align: center;
}