From 1dc8c1a78e7e7e35cf1f5b3226b3dd07dd8c8090 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 19:33:01 +0800 Subject: repo_{index,tree_dir}.html, style.css: No inner margins on README td's --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index f8b21c7..536560d 100644 --- a/static/style.css +++ b/static/style.css @@ -82,7 +82,12 @@ tr.title-row > th { td > pre { margin: 0; } - +td#readme > *:last-child { + margin-bottom: 0; +} +td#readme > *:first-child { + margin-top: 0; +} .commit-id { font-family: monospace; } -- cgit v1.2.3