Proof of concept for an aircraft metadata DB.

This commit is contained in:
Oliver Jowett 2015-02-24 21:51:30 +00:00
parent d7c5047fd3
commit da2fff8531
6 changed files with 219 additions and 1 deletions

View file

@ -34,6 +34,8 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
.infoblock_body { font-size: small; }
#selected_icao { font-size: x-small; }
#selected_registration { font-size: x-small; }
#selected_icaotype { font-size: x-small; }
.dim { opacity: 0.3; filter:alpha(opacity=30); /* For IE8 and earlier */ }