[PATCH 08/12] css: mobile: Fix hiding of big logo in mobile layout

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Use the '#index' id to select the proper page as the body element
doesn't have 'index' class.

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 docs/css/mobile.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/css/mobile.css b/docs/css/mobile.css
index 1a2ea6fcc3..43ca7ca482 100644
--- a/docs/css/mobile.css
+++ b/docs/css/mobile.css
@@ -20,7 +20,7 @@
     #search form {
        padding: 5px;
     }
-    body.index h1 {
+    #index h1 {
        display: none;
     }
     #jumplinks {
-- 
2.40.1




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux