summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-08-23 10:43:09 +0100
committerdakkar <dakkar@thenautilus.net>2013-08-23 10:43:09 +0100
commita48e1c59f5fef260723f10c4eaeb3f39407712fd (patch)
tree28d3c5eb7fdb4a133b5d75d0cfe4adba29fa5b6e
parentpng icons, and table for timeline (diff)
downloadHomePanel-a48e1c59f5fef260723f10c4eaeb3f39407712fd.tar.gz
HomePanel-a48e1c59f5fef260723f10c4eaeb3f39407712fd.tar.bz2
HomePanel-a48e1c59f5fef260723f10c4eaeb3f39407712fd.zip
minor css adjustment
-rw-r--r--forecast.html.tt9
1 files changed, 7 insertions, 2 deletions
diff --git a/forecast.html.tt b/forecast.html.tt
index 1a91bdd..ec38f43 100644
--- a/forecast.html.tt
+++ b/forecast.html.tt
@@ -26,8 +26,13 @@
<title>Forecast</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css">
- body, table { font-size: 10px }
- div.currently, div.next-hour, div.next-day { float: left; clear: none }
+ body, table {
+ font-size: 15px;
+ }
+ div.currently, div.next-hour, div.next-day, div.next-week {
+ float: left; clear: none;
+ width: 24%;
+ }
div.days { clear: both }
div.days dl { float: left; width: 30% }