mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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:
parent
673824150b
commit
4cd3f7bda4
@ -2,7 +2,7 @@
|
||||
Knowledge base
|
||||
==============
|
||||
|
||||
.. container:: panel
|
||||
.. container:: panel widepanel
|
||||
|
||||
`Disk locking <kbase/locking.html>`__
|
||||
Ensuring exclusive guest access to disks with
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user