aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 19:04:05 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 19:04:05 +0800
commitcac176daa985b032f08758ae54c83eea659f9bc3 (patch)
treecc581bbeaf0ff1f0affcb33a18e19cac12abf2d8 /static
parentgit_misc: Sanitize paths (diff)
downloadforge-cac176daa985b032f08758ae54c83eea659f9bc3.tar.gz
forge-cac176daa985b032f08758ae54c83eea659f9bc3.tar.zst
forge-cac176daa985b032f08758ae54c83eea659f9bc3.zip
repo_commit: Add a commit info page
Diffstat (limited to '')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 94084dc..a57fad7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -49,6 +49,10 @@ footer a:link, footer a:visited {
.padding-wrapper > * {
width: 100%;
}
+.padding-wrapper > table {
+ width: auto;
+ max-width: 100%;
+}
a:link, a:visited {
text-decoration-color: var(--text-decoration-color);
color: var(--link-color);
@@ -70,6 +74,9 @@ td, th {
th {
background-color: var(--lighter-box-background-color);
}
+th[scope=row] {
+ text-align: left;
+}
tr.title-row > th {
background-color: var(--darker-box-background-color);
}