diff options
author | stuebinm | 2021-02-25 15:50:20 +0100 |
---|---|---|
committer | stuebinm | 2021-02-25 15:50:20 +0100 |
commit | c1d254ee3c1fcfcea45453c4d66d05e5463b5b7d (patch) | |
tree | 595c014ee3b23012427e2ec3b2dcb05340f8bb57 /cgit.css | |
parent | db40a718c114a252e54181e1f915a760c3a09593 (diff) |
panel adjustment
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 { + |