Merge pull request #139 from BNoiZe/master

Fixed bug with small traffic graph
This commit is contained in:
Michael Kaufmann
2013-10-27 11:22:47 -07:00

View File

@@ -927,6 +927,6 @@ label.nobr {
height: 150px; height: 150px;
line-height: normal; line-height: normal;
} }
canvas { .canvasbox canvas {
width: 120px; width: 120px;
} }