Index:JS Journal Volume 1 No 1 Dec 1946.pdf/styles.css
Appearance
.table-crossword {
border-spacing: 0;
margin: auto;
}
.table-crossword, .table-crossword td, .table-crossword th {
border: 1px solid black;
}
.table-crossword td {
font-size: 0.8em;
min-width: 2.5em;
height: 2.5em;
background: white;
vertical-align: top;
line-height: 1;
}
td.table-cell-black {
background: black;
}