1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-20 01:03:26 +01:00
tcl_update_db/assets/style.css
2017-12-16 19:42:24 +01:00

12 lines
120 B
CSS
Executable File

table td+td {
border-left: 1px dashed green;
}
td {
font-family: monospace;
}
td.empty {
color: silver;
}