summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2023-05-16 17:07:08 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-05-17 10:08:36 +0200
commit2b9d96fcac4e6c7f97c8cecbe2df18d4ea710cb8 (patch)
tree5f79a94c943f4f5e38b44b4bb7ebfd0d0cf5a8e2
parent0e8f61bebaf879827297abedace25de306ba6b4f (diff)
downloadlibvirt-2b9d96fcac4e6c7f97c8cecbe2df18d4ea710cb8.tar.gz
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 <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
-rw-r--r--docs/css/mobile.css2
1 files changed, 1 insertions, 1 deletions
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 {