From ebfbe3619f2d5d514ebefd8dc7b0cdc3f27e1371 Mon Sep 17 00:00:00 2001 From: chapkachapka <140322583+chapkachapka@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:28:17 +0000 Subject: [PATCH] Add style information for CC0 dl --- www/css/manual.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/www/css/manual.css b/www/css/manual.css index a3904c9a..c741b8db 100644 --- a/www/css/manual.css +++ b/www/css/manual.css @@ -328,6 +328,20 @@ code.full .utf{ text-transform: uppercase; } +.step-by-step-guide dl{ + margin-left: 0; + padding-left: 0; + margin-top: 0; +} + +.step-by-step-guide dl dt{ + margin-top:1em; +} + +.step-by-step-guide dl dt a:link{ + font-weight:bold; +} + .step-by-step-guide details{ padding: 1rem 0; list-style-type: none;