plonky2/tooling/web/styles.css

17 lines
254 B
CSS
Raw Permalink Normal View History

2024-12-05 19:12:59 +01:00
table, th, td {
border-collapse: collapse;
border: 2px solid black;
font-family: sans-serif;
font-size: 0.8rem;
letter-spacing: 1px;
}
th, td {
padding: 5px;
}
2024-12-05 20:05:58 +01:00
.horiz {
2024-12-05 19:12:59 +01:00
display: inline-block;
*display: inline;
vertical-align: top;
}