Replace CSS comparison/graph diagrams with custom infographic images

Swaps the CSS-only kdoc-compare and kdoc-graph blocks for two custom
transparent-background PNGs (+ lossless WebP) designed by the user.
memoryVlibrary shows the two-path General AI vs DBN flow; norwegianLaw
shows the connected-law knowledge graph. Both served via <picture> with
WebP primary and PNG fallback.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-21 07:23:53 +02:00
parent fc84bb31fe
commit 2aa86a0950
6 changed files with 19 additions and 98 deletions
+5
View File
@@ -8222,3 +8222,8 @@ body.lt-landing {
letter-spacing: .03em;
}
/* Custom infographic diagram images (transparent-bg PNGs/WebPs) */
.kdoc-diagram-img { margin: 2rem auto; max-width: 960px; }
.kdoc-diagram-img picture,
.kdoc-diagram-img img { display: block; width: 100%; height: auto; }