12 lines
120 B
CSS
Executable File
12 lines
120 B
CSS
Executable File
table td+td {
|
|
border-left: 1px dashed green;
|
|
}
|
|
|
|
td {
|
|
font-family: monospace;
|
|
}
|
|
|
|
td.empty {
|
|
color: silver;
|
|
}
|