From 121c64e3a4a959f5ca4fdd560f38fa99137ff8b4 Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Mon, 18 May 2020 16:54:14 +0200 Subject: [PATCH] test 6 add figure caption --- site/styles/fedora-custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/styles/fedora-custom.css b/site/styles/fedora-custom.css index fbcafe3..7188080 100644 --- a/site/styles/fedora-custom.css +++ b/site/styles/fedora-custom.css @@ -43,6 +43,11 @@ td{background-color: var(--maincolor);color: var(--black) !important} #toc.toc2{background-color:var(--sidebarbackground);} #toctitle{color:var(--primarycolor);} /* custom */ +.imageblock > .title { + text-align: inherit; +} + + /* Responsiveness fixes */ video { max-width: 100%; -- GitLab