waforth/tests/benchmarks/index.css

17 lines
202 B
CSS
Raw Normal View History

2018-05-29 21:14:22 +02:00
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;
}