summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 97ae4d1..53c93f2 100644
--- a/cgit.css
+++ b/cgit.css
@@ -249,83 +249,82 @@ table.diffstat tr:hover {
}
table.diffstat th {
font-weight: normal;
text-align: left;
text-decoration: underline;
padding: 0.1em 1em 0.1em 0.1em;
font-size: 100%;
}
table.diffstat td {
padding: 0.2em 0.2em 0.1em 0.1em;
font-size: 100%;
border: none;
}
table.diffstat td span.modechange {
padding-left: 1em;
color: red;
}
table.diffstat td.add a {
color: green;
}
table.diffstat td.del a {
color: red;
}
table.diffstat td.upd a {
color: blue;
}
table.diffstat td.graph {
width: 75%;
vertical-align: center;
}
table.diffstat td.graph img {
border: none;
height: 8pt;
}
div.diffstat-summary {
color: #888;
padding-top: 0.5em;
}
-table.diff th {
- padding: 1em 0em 0.1em 0.1em;
- text-align: left;
-}
-
table.diff td {
- border: solid 1px black;
font-family: monospace;
white-space: pre;
}
+table.diff td div.head {
+ font-weight: bold;
+ padding-top: 1em;
+}
+
table.diff td div.hunk {
- background: #ccc;
+ color: #009;
}
table.diff td div.add {
color: green;
}
table.diff td div.del {
color: red;
}
.sha1 {
font-family: courier;
font-size: 90%;
}
.left {
text-align: left;
}
.right {
text-align: right;
}