kitty/docs/_static/timestamps.css
Kovid Goyal b7f136962a
Move the timestamp data into the rst file
Also get rid of the custom styling for the timestamp list
2023-05-31 21:27:09 +05:30

12 lines
187 B
CSS

.timestamp-list dl {
display: grid;
grid-template-columns: max-content auto;
}
.timestamp-list dt {
grid-column-start: 1;
}
.timestamp-list dd {
grid-column-start: 2;
}