From: Peter Krempa Date: Tue, 16 May 2023 15:07:08 +0000 (+0200) Subject: css: mobile: Fix hiding of big logo in mobile layout X-Git-Tag: v9.4.0-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9d96fcac4e6c7f97c8cecbe2df18d4ea710cb8;p=thirdparty%2Flibvirt.git css: mobile: Fix hiding of big logo in mobile layout Use the '#index' id to select the proper page as the body element doesn't have 'index' class. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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 {