diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:04:05 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:04:05 +0800 |
commit | cac176daa985b032f08758ae54c83eea659f9bc3 (patch) | |
tree | cc581bbeaf0ff1f0affcb33a18e19cac12abf2d8 /static/style.css | |
parent | git_misc: Sanitize paths (diff) | |
download | forge-cac176daa985b032f08758ae54c83eea659f9bc3.tar.gz forge-cac176daa985b032f08758ae54c83eea659f9bc3.tar.zst forge-cac176daa985b032f08758ae54c83eea659f9bc3.zip |
repo_commit: Add a commit info page
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 7 |
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); } |