From 73b6352c5f2eb06593dad15d4efa3fb65d061608 Mon Sep 17 00:00:00 2001 From: error Date: Tue, 28 Feb 2023 19:54:09 +0100 Subject: [PATCH] add css for description lists --- static/css/undef.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/static/css/undef.css b/static/css/undef.css index 55f92f2..5189276 100644 --- a/static/css/undef.css +++ b/static/css/undef.css @@ -147,13 +147,6 @@ figcaption::before { visibility: hidden; } -img { - border-style: solid; - border-width: 4px; - border-color: var(--img-border); - border-radius: 4px; -} - figure:target .lightbox { visibility: visible; } @@ -162,6 +155,7 @@ figure:target .lightbox { display: inline-flex; flex-direction: column; max-width: 95%; + width: 95vw; height: 100%; } @@ -180,6 +174,11 @@ figure:target .lightbox { object-fit: contain; } +dl dd { + text-align: left; + padding-left: 2rem; +} + /* footnotes */ .footnote-ref::before { content: '[';