]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
website: Add a 1em right margin
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 4 Feb 2010 15:36:36 +0000 (16:36 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 4 Feb 2010 18:09:28 +0000 (19:09 +0100)
This stops the text and pre-boxes from touching the right border.

docs/libvirt.css

index a4d1ddd466329649794bbbb9e49c1b04090c89a8..dfc93c6a11be9889c7cd0fb3dc52c11255f57d75 100644 (file)
@@ -30,6 +30,7 @@ h2, h3, h4, h5, h6 {
 
 #content {
     margin-left: 230px;
+    margin-right: 1em;
     padding: 0px;
     padding-bottom: 1em;
 }