Serve commit page entirely from the db
This commit is contained in:
parent
0d3cd15b03
commit
7768e4ad4b
12 changed files with 241 additions and 79 deletions
|
|
@ -81,11 +81,16 @@ dd {
|
|||
column-gap: 1ch;
|
||||
}
|
||||
|
||||
.commit .untracked,
|
||||
.commit .untracked a {
|
||||
.commit .reachable,
|
||||
.commit .reachable a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.commit .orphaned,
|
||||
.commit .orphaned a {
|
||||
color: #a33;
|
||||
}
|
||||
|
||||
.commit pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue