From 16787b9c256fa166b6ee6545b0da525f1c11ea51 Mon Sep 17 00:00:00 2001 From: jagtalon Date: Thu, 12 Jun 2014 23:01:52 +0000 Subject: [PATCH] forecast.css: Change bottom margin to -.5em. As mentioned in https://github.com/duckduckgo/zeroclickinfo-spice/pull/876#issuecomment-45955868 --- share/spice/forecast/forecast.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spice/forecast/forecast.css b/share/spice/forecast/forecast.css index 440a45dccd..f383a34dce 100644 --- a/share/spice/forecast/forecast.css +++ b/share/spice/forecast/forecast.css @@ -186,7 +186,7 @@ overflow-x: auto; min-height: 150px; -webkit-overflow-scrolling: touch; - margin-bottom: -1em; + margin-bottom: -0.5em; } .fe_day--bar { text-align: center;