Use fixed width font for ICAO code column

This commit is contained in:
Carlos Salaverria 2016-09-14 16:03:02 -05:00
parent 4989111f67
commit ad39d1b90c
2 changed files with 7 additions and 1 deletions

View file

@ -134,6 +134,12 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
font-family: "Courier New",monospace;
}
.icaoCodeColumn {
font-family: "Courier New",monospace;
font-weight: bold;
text-transform: uppercase;
}
.vPosition { background-color: #C3FFDF; }
.mlat { background-color: #C7EAFC; }
.squawk7500 { font-weight: bold; background-color: #ff5555; }