Mercurial > ~darius > hgwebdir.cgi > iwws
diff 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 |
line wrap: on
line diff
--- a/static/iwws.css Wed Jun 20 12:57:30 2012 +0930 +++ b/static/iwws.css Thu Jan 10 16:38:36 2013 +1030 @@ -11,16 +11,23 @@ font-size: x-small; } + +div#stamp { + font-size: small; + margin-left : auto; + margin-right : auto; + height: 4%; +} div#graph1 { margin-left : auto; margin-right : auto; width: 97%; - height: 45%; + height: 43%; } div#graph2 { margin-left : auto; margin-right : auto; width: 97%; - height: 45%; + height: 43%; }