From 5a45d1f3b5f478290df2a59c6edcbff378cd53c8 Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Wed, 18 Sep 2013 16:19:06 +0200 Subject: [PATCH] minor repositioning of temp-guage so that it doesn't overlap with the info-button --- css/fixedPosInterface.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/fixedPosInterface.css b/css/fixedPosInterface.css index 49c43f9..426497d 100644 --- a/css/fixedPosInterface.css +++ b/css/fixedPosInterface.css @@ -211,8 +211,8 @@ body { /* THERMOMETER */ #thermometerContainer { position: absolute; - right: 30px; - top: 410px; + right: 25px; + top: 370px; } #thermometerCanvas { /*background: #59b2b8;*/