From: Edward Date: Tue, 22 Feb 2022 08:52:57 +0000 (+0000) Subject: Same format of "videoblack" as "imageblock" (#184) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7884f1df8da2e8fe4a841b708a18204961ff6a59;p=eg-antora.git Same format of "videoblack" as "imageblock" (#184) --- 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;