From 67083d3173197c0a247f7b32300ee007749fa939 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 7 Mar 2025 20:25:30 +0800 Subject: repo/index: Emit warning when path contains newline --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') 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; +} -- cgit v1.2.3