Change ICAO column font

This commit is contained in:
Carlos Salaverria 2016-09-14 16:51:38 -05:00
parent ad39d1b90c
commit 5fca9eed4b

View file

@ -135,8 +135,7 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
}
.icaoCodeColumn {
font-family: "Courier New",monospace;
font-weight: bold;
font-family: monospace;
text-transform: uppercase;
}