]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: kbase: Make kbase article directory wider
authorPeter Krempa <pkrempa@redhat.com>
Thu, 30 Jul 2020 09:44:33 +0000 (11:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Aug 2020 09:43:30 +0000 (11:43 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/kbase.rst
docs/libvirt.css

index 509fb6e34e90ad29553fa2421481018525391673..767c08e637027567181907d08f49efaa6466a217 100644 (file)
@@ -2,7 +2,7 @@
 Knowledge base
 ==============
 
-.. container:: panel
+.. container:: panel widepanel
 
    `Disk locking <kbase/locking.html>`__
       Ensuring exclusive guest access to disks with
index 3f0fd93089cb15e39922a0d3058f0b98db810775..551adac2f20b299b9fd0f0a0e14a7ec20e9b1220 100644 (file)
@@ -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;