From 0052876ec4bbc0664ae05954c16f16da12eacaf0 Mon Sep 17 00:00:00 2001 From: cunimb Date: Sat, 9 Apr 2016 16:11:43 +0200 Subject: [PATCH] Font size of number of aircrafts reduced --- cunimb.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cunimb.css b/cunimb.css index bbf7584..696579d 100644 --- a/cunimb.css +++ b/cunimb.css @@ -155,6 +155,15 @@ div.divInfoclass { background-color:white; } +#onoff { + font-size: 12px; + } + + +#onoff b { + font-size: 15px; + } + #dtable { position: absolute; top: 47px;