summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-25 13:59:25 +0100
committerstuebinm2021-02-25 13:59:25 +0100
commit46260bed5c5e57c31f94be125e815447fc691853 (patch)
treef658ec9cbe7855e58f2dc4ddc0254a95cc866e36
parent5b0b535339b9ad18e49f5357a5298adce92302f9 (diff)
another test
-rw-r--r--cgit.css20
1 files changed, 12 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 3658749..9f22292 100644
--- a/cgit.css
+++ b/cgit.css
@@ -407,12 +407,15 @@ div#cgit table.commit-info {
div#cgit div.cgit-panel {
float: right;
margin-top: 1.5em;
+ border: 3px solid darkmagenta;
+ border-radius: 0 1em;
+ padding: 1em;
}
div#cgit div.cgit-panel table {
- border-collapse: collapse;
- border: solid 1px #aaa;
- background-color: #eee;
+ /*! border-collapse: collapse; */
+ /*! border: solid 1px #aaa; */
+ /*! background-color: #eee; */
}
div#cgit div.cgit-panel th {
@@ -480,8 +483,8 @@ div#cgit div.diffstat-header {
div#cgit table.diffstat {
border-collapse: collapse;
- border: solid 1px #aaa;
- background-color: #eee;
+ /*! border: solid 1px #aaa; */
+ /*! background-color: #eee; */
}
div#cgit table.diffstat th {
@@ -516,7 +519,7 @@ div#cgit table.diffstat td.del a {
}
div#cgit table.diffstat td.upd a {
- color: blue;
+ color: cyan;
}
div#cgit table.diffstat td.graph {
@@ -543,7 +546,7 @@ div#cgit table.diffstat td.graph td.rem {
}
div#cgit div.diffstat-summary {
- color: #888;
+ color: lightgray;
padding-top: 0.5em;
}
@@ -563,7 +566,7 @@ div#cgit table.diff td div.head {
}
div#cgit table.diff td div.hunk {
- color: #009;
+ color: aqua;
}
div#cgit table.diff td div.add {
@@ -907,3 +910,4 @@ div#cgit table.ssdiff td.space div {
min-height: 3em;
}
+