summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/epoch/tests/render/css/tests.css
blob: 7f4099e5a327b2c331ad9b241981443613b0b38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
    font-family: helvetica;
}

/* Default test chart height of 220px. */
.test .epoch {
    height: 220px;
}

.broken {
    color: red;
}