]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: css: Make docs page wider while still accomodating narrow screens
authorPeter Krempa <pkrempa@redhat.com>
Tue, 29 Jan 2019 15:25:40 +0000 (16:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 31 Jan 2019 11:03:32 +0000 (12:03 +0100)
Bump the width to 70em while keeping a maximum width of 95% to allow for
some border.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
docs/libvirt.css

index c5fe27fa3f118321cbc341b20bb09559a5657ea1..ed797d5d917eca24016a1270dc91dfe5cbfb7936 100644 (file)
     margin-right: auto;
     padding: 0px;
     padding-bottom: 1em;
-    max-width: 60em;
+    max-width: 95%;
+    width: 70em;
 }
 
 body.index #content,
 body.docs #content,
 body.hvsupport #content
 {
-    max-width: inherit;
+    width: inherit;
 }
 
 pre {