Make context exchanges upper case

pull/1691/head
phl0 2022-10-16 12:05:56 +02:00
rodzic bce41cccbf
commit badcf70e04
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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;
}