From 7884f1df8da2e8fe4a841b708a18204961ff6a59 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 22 Feb 2022 08:52:57 +0000 Subject: [PATCH] Same format of "videoblack" as "imageblock" (#184) --- src/css/doc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/doc.css b/src/css/doc.css index a2e1a11..c3ba33e 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -189,6 +189,7 @@ .doc .olist, .doc .ulist, .doc .exampleblock, +.doc .videoblock, .doc .imageblock, .doc .listingblock, .doc .literalblock, @@ -392,6 +393,7 @@ content: attr(title); } +.doc .videoblock, .doc .imageblock { display: flex; flex-direction: column; @@ -571,6 +573,7 @@ .doc .admonitionblock .title, .doc .exampleblock .title, +.doc .videoblock .title, .doc .imageblock .title, .doc .literalblock .title, .doc .listingblock .title, @@ -586,6 +589,7 @@ text-align: left; } +.doc .videoblock .title, .doc .imageblock .title { margin-top: 0.5rem; padding-bottom: 0; -- 2.43.2