From: Peter Krempa Date: Thu, 30 Jul 2020 09:44:33 +0000 (+0200) Subject: docs: kbase: Make kbase article directory wider X-Git-Tag: v6.7.0-rc1~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd3f7bda429ea05d4a03c765c6aaeb9b157def0;p=thirdparty%2Flibvirt.git docs: kbase: Make kbase article directory wider Set the width to our default value of 70em (max 95%) to prevent unnecessary line breaks if we have just one panel as it's in the kbase directory. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/docs/kbase.rst b/docs/kbase.rst index 509fb6e34e..767c08e637 100644 --- a/docs/kbase.rst +++ b/docs/kbase.rst @@ -2,7 +2,7 @@ Knowledge base ============== -.. container:: panel +.. container:: panel widepanel `Disk locking `__ Ensuring exclusive guest access to disks with diff --git a/docs/libvirt.css b/docs/libvirt.css index 3f0fd93089..551adac2f2 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -402,6 +402,14 @@ div.panel { background: rgb(230, 230, 230); } +div.widepanel { + width: 70em; + max-width: 95%; + margin-left: 0px; + float: left; + background: rgb(230, 230, 230); +} + div.panel h2 { margin-top: 0px; padding: 0.5em;