diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 18:19:34 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 18:19:34 +0800 |
commit | 574c26c6110dee5d6b09b5c96b801dc3ca366cf0 (patch) | |
tree | 7286093d5a9a0b21f124fb7a9780c12516ff22fa | |
parent | git2d: Only show last three commits in index page (diff) | |
download | forge-574c26c6110dee5d6b09b5c96b801dc3ca366cf0.tar.gz forge-574c26c6110dee5d6b09b5c96b801dc3ca366cf0.tar.zst forge-574c26c6110dee5d6b09b5c96b801dc3ca366cf0.zip |
CSS: Remove .commit-list-small .event's borderv0.1.15
-rw-r--r-- | static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 077f2f6..f885b68 100644 --- a/static/style.css +++ b/static/style.css @@ -562,7 +562,6 @@ td > ul { /* TODO */ .commit-list-small .event { - border: 1px solid var(--lighter-border-color); background-color: var(--lighter-box-background-color); padding: 0.5rem; margin-bottom: 1rem; |