mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +01:00
16 lines
202 B
CSS
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;
|
|
}
|
|
|