From 771c5f6a2d780a96462bcbeb60f475a4f2c19ed3 Mon Sep 17 00:00:00 2001 From: Gijs Date: Sat, 5 Jun 2021 16:09:53 +0200 Subject: [PATCH] Do we need prefix on the server? --- scripts/templates/book.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/templates/book.html b/scripts/templates/book.html index f8a5351..dae4bb2 100644 --- a/scripts/templates/book.html +++ b/scripts/templates/book.html @@ -125,6 +125,7 @@ .sentence { z-index: 1; position: relative; + background: -webkit-linear-gradient(to top, rgba(255,255,255,0), white 2.5em); background: linear-gradient(to top, rgba(255,255,255,0), white 2.5em); padding: 0.5em 20mm 3em 20mm; width: 100%; @@ -135,6 +136,7 @@ .tree { z-index: 1; position: relative; + background: -webkit-linear-gradient(to top, rgba(255,255,255,0), white 2.5em); background: linear-gradient(to bottom, rgba(255,255,255,0), white 2.5em); padding: 3em 20mm 0.5em 20mm; width: 100%;