ui-log: Display git notes when present
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
11
cgit.css
11
cgit.css
@ -164,6 +164,17 @@ table.list td.logmsg {
|
||||
padding: 1em 0.5em 2em 0.5em;
|
||||
}
|
||||
|
||||
table.list td.lognotes-label {
|
||||
text-align:right;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
table.list td.lognotes {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
padding: 0em 0.5em 2em 0.5em;
|
||||
}
|
||||
|
||||
table.list td a {
|
||||
color: black;
|
||||
}
|
||||
|
Reference in New Issue
Block a user