comparison static/iwws.css @ 13:a0213f0e707b

- Update for v12.10 - Plot raw data to show more up to date data - Average/peak winds so they don't spam the display. - Display the time of the most recent data.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 10 Jan 2013 16:38:36 +1030
parents 74215b8e16f4
children
comparison
equal deleted inserted replaced
12:bfe6ed563ffc 13:a0213f0e707b
9 9
10 div.tickLabel { 10 div.tickLabel {
11 font-size: x-small; 11 font-size: x-small;
12 } 12 }
13 13
14
15 div#stamp {
16 font-size: small;
17 margin-left : auto;
18 margin-right : auto;
19 height: 4%;
20 }
14 div#graph1 { 21 div#graph1 {
15 margin-left : auto; 22 margin-left : auto;
16 margin-right : auto; 23 margin-right : auto;
17 width: 97%; 24 width: 97%;
18 height: 45%; 25 height: 43%;
19 } 26 }
20 27
21 div#graph2 { 28 div#graph2 {
22 margin-left : auto; 29 margin-left : auto;
23 margin-right : auto; 30 margin-right : auto;
24 width: 97%; 31 width: 97%;
25 height: 45%; 32 height: 43%;
26 } 33 }