From 5fca9eed4b3fa746fd050e6802869d56a8c073de Mon Sep 17 00:00:00 2001 From: Carlos Salaverria Date: Wed, 14 Sep 2016 16:51:38 -0500 Subject: [PATCH] Change ICAO column font --- public_html/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index e0f0172..f5fafc8 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -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; }