[libvirt] [PATCH v2 2/2] docs: css: Make docs page wider while still accomodating narrow screens

Peter Krempa pkrempa at redhat.com
Tue Jan 29 15:32:36 UTC 2019


Bump the width to 85em while keeping a maximum width of 90%.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 docs/libvirt.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/libvirt.css b/docs/libvirt.css
index c5fe27fa3f..dcae2a338a 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -100,14 +100,15 @@
     margin-right: auto;
     padding: 0px;
     padding-bottom: 1em;
-    max-width: 60em;
+    max-width: 90%;
+    width: 85em;
 }

 body.index #content,
 body.docs #content,
 body.hvsupport #content
 {
-    max-width: inherit;
+    width: inherit;
 }

 pre {
-- 
2.20.1




More information about the libvir-list mailing list