1 files changed,
2 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-21 18:55:12 +0200
Authored at:
2026-03-21 18:53:22 +0200
Change ID:
vtzpkkxqqqysrnvqlzxrvxopuokszqso
Parent:
ad82a5b
M
web/static/style.css
ยทยทยท 380 380 padding: unset; 381 381 } 382 382 383 -.readme details > * { padding-left: 1em; } 383 +.readme details > *:not(pre) { padding-left: 1em; } 384 +.readme details > pre { margin-left: 1em; } 384 385 .readme details[data-callout] { 385 386 border-left: 4px solid var(--gray); 386 387 background: var(--light);