From 973691b4250e0d0450ac1ab939f4fb20fef85ce0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 16 Apr 2025 14:34:06 +0800 Subject: Revert CSS for README high line spreads --- forged/static/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/forged/static/style.css b/forged/static/style.css index 50f1c37..51846a2 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -120,11 +120,6 @@ a:link, a:visited { /* 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 @@ td > ul { .commit-list-small .event > div { font-size: 0.95rem; - line-height: 1.4; } .commit-list-small .pull-right { -- cgit v1.2.3