summaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index e970a43..b163ffb 100644
--- a/cgit.css
+++ b/cgit.css
@@ -221,11 +221,14 @@ div#cgit div.path {
}
div#cgit div.content {
- max-width: 100%;
- overflow-x: scroll;
- margin: 0px;
+ margin: 1rem 0px;
padding: 2em;
- border-bottom: solid 3px #ccc;
+ /* border-bottom: solid 3px #ccc; */
+ background-color: #4443;
+ width: 100%;
+ display: block;
+ overflow-x: auto;
+ border-radius: var(--radius-smol);
}
div#cgit table.list {