summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-25 15:50:20 +0100
committerstuebinm2021-02-25 15:50:20 +0100
commitc1d254ee3c1fcfcea45453c4d66d05e5463b5b7d (patch)
tree595c014ee3b23012427e2ec3b2dcb05340f8bb57
parentdb40a718c114a252e54181e1f915a760c3a09593 (diff)
panel adjustment
-rw-r--r--cgit.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index 967bb7c..b5ac7d9 100644
--- a/cgit.css
+++ b/cgit.css
@@ -69,12 +69,12 @@ div#cgit table#header td.form select {
div#cgit table#header td.sub {
color: lightgray;
- border-top: solid 3px darkmagenta;
+ /*! border-top: solid 3px darkmagenta; */
padding-left: 10px;
}
div#cgit table.tabs {
- border-bottom: solid 3px #ccc;
+ /*! border-bottom: solid 3px #ccc; */
border-collapse: collapse;
margin-top: 2em;
margin-bottom: 0px;
@@ -126,7 +126,8 @@ div#cgit div.path {
div#cgit div.content {
margin: 0px;
padding: 2em;
- border-bottom: solid 3px darkmagenta;
+ border: solid 3px darkmagenta;
+ border-radius: 10px 0;
}
@@ -903,3 +904,4 @@ div#cgit table.ssdiff td.space div {
+