From 1e55c382fe472f08886205ffb75bc57db023a518 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Fri, 17 Dec 2010 22:07:23 +0100 Subject: [PATCH] docs: Add additional indentation to level 3 menu items 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 file changed, 5 insertions(+) diff --git a/docs/libvirt.css b/docs/libvirt.css index dfc93c6a11..049e3320db 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; +} + #headerLogo { position: absolute; -- 2.47.2