From 973691b4250e0d0450ac1ab939f4fb20fef85ce0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 16 Apr 2025 14:34:06 +0800 Subject: [PATCH] Revert CSS for README high line spreads --- forged/static/style.css | 6 ------ diff --git a/forged/static/style.css b/forged/static/style.css index 50f1c376bf7e24e5b0a75b71f5696e069a1b86e7..51846a27ecae1ad47fa1e0514c370dc43ca21939 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -120,11 +120,6 @@ /* Readme word breaks to avoid overfull hboxes */ #readme { word-break: break-word; - line-height: 1.3; -} - -#readme li + li, #readme li:first-child { - margin-top: 0.5rem; } /* Table styles */ @@ -591,7 +586,6 @@ } .commit-list-small .event > div { font-size: 0.95rem; - line-height: 1.4; } .commit-list-small .pull-right { -- 2.48.1