ui-log: Display git notes when present

Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Jeff Smith
2010-07-29 09:32:31 -05:00
提交者 Lars Hjemli
父节点 059b39344f
当前提交 39c2e224d3
共有 2 个文件被更改,包括 23 次插入0 次删除

查看文件

@@ -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;
}