summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css51
1 files changed, 43 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 94372d6..ae304fa 100644
--- a/cgit.css
+++ b/cgit.css
@@ -5,3 +5,3 @@ body {
padding: 0em;
- margin: 0.5em;
+ margin: 0.5em 1em;
}
@@ -52,3 +52,3 @@ img {
div#header {
- background-color: #ddd;
+ background-color: #eee;
padding: 0.25em 0.25em 0.25em 0.5em;
@@ -56,3 +56,3 @@ div#header {
font-weight: bold;
- border: solid 1px #aaa;
+ border: solid 1px #ccc;
vertical-align: middle;
@@ -62,2 +62,5 @@ div#header img#logo {
}
+div#header a {
+ color: black;
+}
@@ -99,4 +102,3 @@ table.commit-info {
border-collapse: collapse;
- margin-top: 1em;
-
+ margin-top: 1.5em;
}
@@ -113,4 +115,5 @@ div.commit-subject {
font-weight: bold;
- font-size: 110%;
- margin: 1em 0em 1em;
+ font-size: 125%;
+ margin: 1.5em 0em 0.5em 0em;
+ padding: 0em;
}
@@ -118,5 +121,37 @@ div.commit-msg {
white-space: pre;
- font-family: courier;
+ font-family: monospace;
+}
+table.diffstat {
+ border-collapse: collapse;
+ margin-top: 1.5em;
+}
+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.1em 1em 0.1em 0.1em;
+ font-size: 100%;
+}
+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.summary {
+ /* border-top: solid 1px black; */
+ color: #888;
+ padding-top: 0.5em;
+}
.sha1 {