diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-16 14:34:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-16 14:35:38 +0800 |
commit | 973691b4250e0d0450ac1ab939f4fb20fef85ce0 (patch) | |
tree | d55cb5e6190f5743039b181bb8f0aa049416e140 | |
parent | Bump dependencies (diff) | |
download | forge-973691b4250e0d0450ac1ab939f4fb20fef85ce0.tar.gz forge-973691b4250e0d0450ac1ab939f4fb20fef85ce0.tar.zst forge-973691b4250e0d0450ac1ab939f4fb20fef85ce0.zip |
Revert CSS for README high line spreadsv0.1.43
-rw-r--r-- | forged/static/style.css | 6 |
1 files changed, 0 insertions, 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 { |