Browse code

revisions 20160128

Jeff Owrey authored on 01/28/2016 20:16:27
Showing 1 changed files
... ...
@@ -18,7 +18,6 @@ h4 {
18 18
     width: 800px;
19 19
     text-align: center;
20 20
     margin: auto;
21
-    //border: 1px solid;
22 21
 }
23 22
 .datetime {
24 23
     font: 19px arial, sans-serif;
... ...
@@ -29,7 +28,6 @@ h4 {
29 28
 .rowContainer {
30 29
     display: table;
31 30
     border-spacing: 1px;
32
-    //border: 1px solid;
33 31
 }
34 32
 .currentDataCell {
35 33
     height: 175px;
... ...
@@ -40,7 +38,6 @@ h4 {
40 38
     text-align: center;
41 39
     display: table-cell;
42 40
     vertical-align: middle;
43
-    //border: 1px solid;
44 41
 }
45 42
 .dataItems {
46 43
     padding: 2px;
... ...
@@ -51,7 +48,6 @@ h4 {
51 48
 .chartContainer {
52 49
     margin: 1px;
53 50
     padding: 2px;
54
-    //border: 1px solid;
55 51
 }
56 52
 img.chart {
57 53
     width:100%;