]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add additional indentation to level 3 menu items
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 17 Dec 2010 21:07:23 +0000 (22:07 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 17 Dec 2010 22:10:33 +0000 (23:10 +0100)
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

index dfc93c6a11be9889c7cd0fb3dc52c11255f57d75..049e3320db8174800127e9b8e762aa6dfd7025af 100644 (file)
@@ -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;