mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
25 lines
261 B
CSS
Executable File
25 lines
261 B
CSS
Executable File
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
table td+td {
|
|
border-left: 1px dashed silver;
|
|
text-align: center;
|
|
}
|
|
|
|
td {
|
|
font-family: monospace;
|
|
}
|
|
|
|
td.ref {
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.empty {
|
|
color: silver;
|
|
}
|
|
|
|
tr:hover {
|
|
background-color: #ddd;
|
|
}
|