2010/12/17 Eric Blake <eblake(a)redhat.com>:
On 12/17/2010 02:13 PM, Matthias Bolte wrote:
> formatnetwork.html has a menu item at level 3. libvirt.css
> doesn't have a explicit rule for level 3 and level 3 and
> level 2 items end up at the same indentation level.
>
> Add an additional 1em indentation to level 3 menu items.
> ---
> docs/libvirt.css | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/docs/libvirt.css b/docs/libvirt.css
> index dfc93c6..049e332 100644
> --- a/docs/libvirt.css
> +++ b/docs/libvirt.css
> @@ -106,6 +106,11 @@ h2, h3, h4, h5, h6 {
> border-left: 8px solid #c5dbd8;
> }
>
> +#menu ul.l3 li .inactive,
> +#menu ul.l3 li .active {
> + padding-left: 3em;
> +}
ACK.
Thanks, pushed.
Matthias