diff --git a/assets/css/general.css b/assets/css/general.css index e036817b..c10ff406 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -595,6 +595,13 @@ div#station_logbooks_linked_table_paginate { position: absolute; } +table.dataTable thead th, +table.dataTable thead td, +table.dataTable tfoot th, +table.dataTable tfoot td { + text-align: center !important; +} + .red { color: var(--red); }