From 104361c51ef9ebf756b3995fc24f0d1d1d5e7773 Mon Sep 17 00:00:00 2001 From: Neroth Date: Thu, 19 Jan 2012 22:28:31 -0500 Subject: [PATCH] Adding 5px on the top --- src/stylesheet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stylesheet.css b/src/stylesheet.css index 392a901..66e8f0b 100644 --- a/src/stylesheet.css +++ b/src/stylesheet.css @@ -1,4 +1,5 @@ .weather-current-summarybox { + padding-top:5px; } .weather-current-summary { @@ -6,7 +7,7 @@ } .weather-current-databox { - padding: 0 15px 0px 30px; + padding: 5px 15px 0px 30px; } .weather-current-icon {