2015-03-31 17:22:36 +02:00
|
|
|
.graph {
|
2015-04-02 04:11:49 +02:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2015-07-07 12:42:57 +02:00
|
|
|
background: #2B2B2B;
|
2015-03-31 17:22:36 +02:00
|
|
|
|
2015-04-10 20:47:11 +02:00
|
|
|
canvas {
|
2015-03-31 17:22:36 +02:00
|
|
|
display: block;
|
2015-04-10 20:47:11 +02:00
|
|
|
position: absolute;
|
2015-03-31 17:22:36 +02:00
|
|
|
}
|
|
|
|
}
|