]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
css: mobile: Fix hiding of big logo in mobile layout
authorPeter Krempa <pkrempa@redhat.com>
Tue, 16 May 2023 15:07:08 +0000 (17:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 17 May 2023 08:08:36 +0000 (10:08 +0200)
Use the '#index' id to select the proper page as the body element
doesn't have 'index' class.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/css/mobile.css

index 1a2ea6fcc3b76764d16e7d1ab02f04153d21ca04..43ca7ca482e03c79d4cf715fa149c9d46a10b7cf 100644 (file)
@@ -20,7 +20,7 @@
     #search form {
        padding: 5px;
     }
-    body.index h1 {
+    #index h1 {
        display: none;
     }
     #jumplinks {