diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-07 20:25:30 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-07 20:27:13 +0800 |
commit | 67083d3173197c0a247f7b32300ee007749fa939 (patch) | |
tree | b6845c08dc01caa79da6a7350509b8c7127cc56f /static/style.css | |
parent | hooks: Simplify comments in the hook client (diff) | |
download | forge-67083d3173197c0a247f7b32300ee007749fa939.tar.gz forge-67083d3173197c0a247f7b32300ee007749fa939.tar.zst forge-67083d3173197c0a247f7b32300ee007749fa939.zip |
repo/index: Emit warning when path contains newline
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 0c902d5..511f941 100644 --- a/static/style.css +++ b/static/style.css @@ -355,6 +355,14 @@ header#main-header > div#main-header-user { display: flex; align-items: center; } + +/* Uncategorized */ table + table { margin-top: 1rem; } + +td > ul { + padding-left: 1.5rem; + margin-top: 0; + margin-bottom: 0; +} |