1
0
Fork 0
forked from wezm/wezm.net

Small layout tweaks to the weather page

This commit is contained in:
Wesley Moore 2011-05-06 21:35:54 +10:00
parent 017085565b
commit 703c05e9a5
2 changed files with 6 additions and 4 deletions

View file

@ -432,6 +432,9 @@ body.weather
.current
font-size: 36px
time
font-size: smaller
figure.forecast
margin: 0 1em 1em 0
width: 48px

View file

@ -1,17 +1,15 @@
<p><strong>Note:</strong> The times on this page are currently wrong.</p>
<section class="temperature">
<h2>Temperature</h2>
<div class="loading"><img src="/images/spinner.gif" width="64" height="64" alt="Loading" /> Loading</div>
<section class="extremes"></section>
<div class="temperature">
<h3>History</h3>
<button id="today">Today</button>
<div class="chart"></div>
</div>
<section class="extremes"></section>
</section>
<section class="rain">
@ -38,6 +36,7 @@
<div class="temperature">
<div class="current temperature">{{temperature}}&deg;C</div>
<time datetime="{{isoDate timestamp}}">{{datetime timestamp}}</time>
</div>
</div>
</script>