From e96939adfbb573358c6fb1991c15cebcd5478ebd Mon Sep 17 00:00:00 2001 From: Alfred Egger Date: Sun, 12 Apr 2020 13:57:11 +0200 Subject: [PATCH] Fix forecast panel and change text for temperature --- css/style.css | 2 +- templates/main.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 948239b..9160a38 100644 --- a/css/style.css +++ b/css/style.css @@ -154,7 +154,7 @@ #city-forecast-panel { font-size: 1.3em; - margin: 5px; + margin-top: : 10px; } #city-forecast-panel td, #city-forecast-panel th { diff --git a/templates/main.php b/templates/main.php index 8157e21..17bf7c2 100644 --- a/templates/main.php +++ b/templates/main.php @@ -54,7 +54,7 @@
t('Current Temperature')); ?>: {{ currentCity.main.temp }}{{ metricRepresentation }}
-
t('Apparent Temperature')); ?>: {{ currentCity.main.feels_like }}{{ metricRepresentation }}
+
t('Feelslike Temperature')); ?>: {{ currentCity.main.feels_like }}{{ metricRepresentation }}
t('Minimum Temperature')); ?>: {{ currentCity.main.temp_min }}{{ metricRepresentation }}
t('Maximum Temperature')); ?>: {{ currentCity.main.temp_max }}{{ metricRepresentation }}
t('Pressure')); ?>: {{ currentCity.main.pressure }} hpa
@@ -69,7 +69,7 @@ t('Date')); ?> t('Current Temperature')); ?> - t('Apparent Temperature')); ?> + t('Feelslike Temperature')); ?> t('Minimum Temperature')); ?> t('Maximum Temperature')); ?> t('Weather')); ?>