aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-16 14:34:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-16 14:35:38 +0800
commit973691b4250e0d0450ac1ab939f4fb20fef85ce0 (patch)
treed55cb5e6190f5743039b181bb8f0aa049416e140
parentBump dependencies (diff)
downloadforge-0.1.43.tar.gz
forge-0.1.43.tar.zst
forge-0.1.43.zip
Revert CSS for README high line spreadsv0.1.43
-rw-r--r--forged/static/style.css6
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 {