From b56fbbad0bd5270e27be29b27a1a6db8a16b9df0 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Thu, 4 Feb 2010 16:36:36 +0100 Subject: [PATCH] website: Add a 1em right margin This stops the text and pre-boxes from touching the right border. --- docs/libvirt.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/libvirt.css b/docs/libvirt.css index a4d1ddd466..dfc93c6a11 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -30,6 +30,7 @@ h2, h3, h4, h5, h6 { #content { margin-left: 230px; + margin-right: 1em; padding: 0px; padding-bottom: 1em; } -- 2.47.2