commit a95ccf79319c1becabf9b34d5fc73b5bfd894dc6
parent c276126b2fab0bb979dafd4a55d4502803d99583
Author: arjoonn <arjoonn@midpathsoftware.com>
Date: Thu, 26 Feb 2026 14:07:56 +0530
x
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/www_jci/public/assets/git.style.css b/www_jci/public/assets/git.style.css
@@ -92,6 +92,7 @@ a.line {
}
/* ── tables ── */
+
table {
width: 100%;
border-collapse: collapse;
@@ -114,6 +115,7 @@ table td {
#content table td {
vertical-align: top;
white-space: nowrap;
+ border: 1px solid var(--line);
}
#branches tr:hover td,
@@ -164,9 +166,12 @@ code, pre {
padding: 2px 4px;
border-radius: 2px;
}
+pre code {
+ padding: 0px;
+}
pre {
- padding: 1rem 0px;
+ padding: 5px 5px;
border-radius: 6px;
overflow-x: auto;
line-height: 1.55;