From 85e6f0289732ff46f3e0b5f20b4b01a9224d5f89 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 27 Oct 2024 23:04:18 +0000 Subject: [PATCH] listing block shadows --- modules/ROOT/pages/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/style.css b/modules/ROOT/pages/style.css index 8eac8901a..c91de0274 100644 --- a/modules/ROOT/pages/style.css +++ b/modules/ROOT/pages/style.css @@ -159,11 +159,11 @@ th { border-radius: 1em 0 1em 0; } -.listingblock .title ~ .content { +.listingblock .title ~ .content, .listingblock .title ~ .content pre { border-radius: 0 1em 0 1em; } -.listingblock .content { +.listingblock .content, .listingblock .content pre { border-radius: 1em; }