summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e238ebe)
This modifies the background color of diff headers to make them easier to
spot.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
+table.diff {
+ width: 100%;
+}
+
table.diff td {
font-family: monospace;
white-space: pre;
table.diff td {
font-family: monospace;
white-space: pre;
table.diff td div.head {
font-weight: bold;
table.diff td div.head {
font-weight: bold;
+ margin-top: 1em;
+ background-color: #eee;
}
table.diff td div.hunk {
}
table.diff td div.hunk {