Merge pull request #1691 from phl0/contestUpperCase

This commit is contained in:
Peter Goodhall
2022-10-17 18:15:51 +01:00
committed by GitHub

View File

@@ -115,6 +115,14 @@ thead > tr > td {
text-transform: uppercase;
}
.card-body #exch_recv {
text-transform: uppercase;
}
.card-body #exch_sent {
text-transform: uppercase;
}
.card-body #exch_gridsquare_r {
text-transform: uppercase;
}