diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-11 09:36:11 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-11 09:36:11 -0400 |
| commit | 3ba21938813d8c4f627591480956c6ec6bd38d1b (patch) | |
| tree | 3b94fbe3641ddcb73d0ec952a615152777ce80ab /src/static | |
| parent | a04b877acfd3885ea1bfb110cdcff2dd363d7a13 (diff) | |
content, css: gAIPTracksChunk: move uncounted contribs down
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/site.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 765ec87d..1253c49f 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -2096,6 +2096,19 @@ h1 { white-space: nowrap; } +#content li.divider { + list-style-type: none; + max-width: 220px; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +#content li.divider hr { + color: #888; + border: none; + border-bottom: 1px solid; +} + #content details { margin-top: 0.25em; margin-bottom: 0.25em; |