From: Peter Krempa Date: Tue, 29 Jan 2019 15:25:40 +0000 (+0100) Subject: docs: css: Make docs page wider while still accomodating narrow screens X-Git-Tag: v5.1.0-rc1~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bf9ada8e020ce62497c1f7587eba40a5cdcf19;p=thirdparty%2Flibvirt.git docs: css: Make docs page wider while still accomodating narrow screens Bump the width to 70em while keeping a maximum width of 95% to allow for some border. Signed-off-by: Peter Krempa --- diff --git a/docs/libvirt.css b/docs/libvirt.css index c5fe27fa3f..ed797d5d91 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: 95%; + width: 70em; } body.index #content, body.docs #content, body.hvsupport #content { - max-width: inherit; + width: inherit; } pre {