[libvirt] [PATCH] website: Add a 1em right margin

This stops the text and pre-boxes from touching the right border. --- docs/libvirt.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/docs/libvirt.css b/docs/libvirt.css index a4d1ddd..dfc93c6 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; } -- 1.6.3.3

On Thu, Feb 04, 2010 at 04:45:03PM +0100, Matthias Bolte wrote:
This stops the text and pre-boxes from touching the right border. --- docs/libvirt.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/docs/libvirt.css b/docs/libvirt.css index a4d1ddd..dfc93c6 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; }
Yes that should be better, ACK, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

2010/2/4 Daniel Veillard <veillard@redhat.com>:
On Thu, Feb 04, 2010 at 04:45:03PM +0100, Matthias Bolte wrote:
This stops the text and pre-boxes from touching the right border. --- docs/libvirt.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/docs/libvirt.css b/docs/libvirt.css index a4d1ddd..dfc93c6 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; }
Yes that should be better, ACK,
Daniel
Thanks, pushed. Matthias
participants (2)
-
Daniel Veillard
-
Matthias Bolte