From 853fa870121f89905ab8e8bebb676cceb3e876bb Mon Sep 17 00:00:00 2001 From: Andrew McOlash Date: Sun, 28 Aug 2016 01:58:56 -0500 Subject: [PATCH] Slight change to padding of humidity icon, just too much before --- modules/default/currentweather/currentweather.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/currentweather/currentweather.css b/modules/default/currentweather/currentweather.css index 768b0f8d..a40be878 100644 --- a/modules/default/currentweather/currentweather.css +++ b/modules/default/currentweather/currentweather.css @@ -8,7 +8,7 @@ } .currentweather .humidityIcon { - padding-right: 8px; + padding-right: 4px; } .currentweather .humidity-padding {