view static/iwws.css @ 11:e5ba2e76d1b0

Only look at keys which exist. Newer pywws has illuminance which isn't reported everywhere.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 03 Feb 2012 23:48:17 +1030
parents 74215b8e16f4
children a0213f0e707b
line wrap: on
line source

/* Need this otherwise graph height percentages don't work */
html, body, #home, #container {
    height : 100%;
}

div.legend {
    font-size: x-small;
}

div.tickLabel {
    font-size: x-small;
}

div#graph1 {
    margin-left : auto;
    margin-right : auto;
    width: 97%;
    height: 45%;
}

div#graph2 {
    margin-left : auto;
    margin-right : auto;
    width: 97%;
    height: 45%;
}