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>
Knowledge base
==============
-.. container:: panel
+.. container:: panel widepanel
`Disk locking <kbase/locking.html>`__
Ensuring exclusive guest access to disks with
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;