comparison 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
comparison
equal deleted inserted replaced
4:faacb77ce8f4 5:f859bcb451ca
8 div.tickLabel { 8 div.tickLabel {
9 font-size: x-small; 9 font-size: x-small;
10 } 10 }
11 11
12 div#graph1 { 12 div#graph1 {
13 width: 100%; 13 margin-left : auto;
14 margin-right : auto;
15 width: 97%;
14 height: 45%; 16 height: 45%;
15 } 17 }
16 18
17 div#graph2 { 19 div#graph2 {
18 width: 100%; 20 margin-left : auto;
21 margin-right : auto;
22 width: 97%;
19 height: 45%; 23 height: 45%;
20 } 24 }