view static/iwws.css @ 5:f859bcb451ca

Give a little horizontal border around the graphs and centre them.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 15 Aug 2011 22:56:27 +0930
parents faacb77ce8f4
children 74215b8e16f4
line wrap: on
line source

html, body, #jqt, #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%;
}