12 lines
145 B
CSS
12 lines
145 B
CSS
body {
|
|
font-family: helvetica;
|
|
}
|
|
|
|
/* Default test chart height of 220px. */
|
|
.test .epoch {
|
|
height: 220px;
|
|
}
|
|
|
|
.broken {
|
|
color: red;
|
|
}
|