mirror of
https://github.com/remko/waforth
synced 2025-02-11 08:48:01 +01:00
17 lines
202 B
CSS
17 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;
|
||
|
}
|
||
|
|