1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
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;
}