[libvirt] [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 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; +} + #headerLogo { position: absolute; -- 1.7.0.4

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. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

2010/12/17 Eric Blake <eblake@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

On Fri, Dec 17, 2010 at 10:13:07PM +0100, 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.
No problem with the CSS rule addition, but I should point out that formatnwfilter.html should *not* be below the formatnetwork.html. It should be at the same (2nd) level, since these two files are completely unrelated to each other. Daniel
participants (3)
-
Daniel P. Berrange
-
Eric Blake
-
Matthias Bolte