1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-11-09 23:06:45 +00:00
tcl_update_db/assets/style.css

12 lines
120 B
CSS
Raw Normal View History

2017-12-16 18:42:24 +00:00
table td+td {
border-left: 1px dashed green;
}
td {
font-family: monospace;
}
td.empty {
color: silver;
}