mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
17 lines
270 B
CSS
17 lines
270 B
CSS
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;
|
|
}
|
|
|
|
#left, #middle, #right {
|
|
display: inline-block;
|
|
*display: inline;
|
|
vertical-align: top;
|
|
} |