From cac176daa985b032f08758ae54c83eea659f9bc3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 19:04:05 +0800 Subject: repo_commit: Add a commit info page --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/style.css') 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); } -- cgit v1.2.3