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 <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-07-30 11:44:33 +02:00
parent 673824150b
commit 4cd3f7bda4
2 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Knowledge base
==============
.. container:: panel
.. container:: panel widepanel
`Disk locking <kbase/locking.html>`__
Ensuring exclusive guest access to disks with

View 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;