mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
12 lines
120 B
CSS
12 lines
120 B
CSS
|
table td+td {
|
||
|
border-left: 1px dashed green;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
td.empty {
|
||
|
color: silver;
|
||
|
}
|