summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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% }