2010/2/4 Daniel Veillard <veillard(a)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