aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-07 20:25:30 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-07 20:27:13 +0800
commit67083d3173197c0a247f7b32300ee007749fa939 (patch)
treeb6845c08dc01caa79da6a7350509b8c7127cc56f /static/style.css
parenthooks: Simplify comments in the hook client (diff)
downloadforge-67083d3173197c0a247f7b32300ee007749fa939.tar.gz
forge-67083d3173197c0a247f7b32300ee007749fa939.tar.zst
forge-67083d3173197c0a247f7b32300ee007749fa939.zip
repo/index: Emit warning when path contains newline
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
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;
+}