waforth/tests/benchmarks/index.css
2018-05-29 22:49:43 +02:00

16 lines
202 B
CSS

table {
text-align: center;
border-collapse: collapse;
}
table thead th {
min-width: 4em;
border-bottom: thin solid grey;
}
pre.output {
margin: 0;
font-size: .5em;
text-align: left;
}