From c24b59ec624230a0154e46cdc8407cdabd16a9fd Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 8 Feb 2022 15:41:13 -0600 Subject: [PATCH] Refine 3D book image --- www/css/core.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/core.css b/www/css/core.css index 529bdcf3..46f08626 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2077,6 +2077,7 @@ abbr.acronym{ .ebook figure img{ /* cover */ /* override previous cascade */ width: auto; + background: #222; border-radius: 0 5px 5px 0; border: 2px solid #222; border-left: none; @@ -2107,7 +2108,7 @@ abbr.acronym{ height: 235px; background: url('/images/pages-texture.svg') #fff; background-size: .5rem; /* needed to prevent visual glitch in FF */ - top: calc(-1 * (234px + (var(--size) / 2))); + top: calc(-1 * (234px + (var(--size) / 2)) + 5px); left: calc(-1 * var(--size)); transform: rotate(90deg) skewy(-45deg); transform-origin: bottom;