mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
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>
This commit is contained in:
parent
0e8f61beba
commit
2b9d96fcac
@ -20,7 +20,7 @@
|
||||
#search form {
|
||||
padding: 5px;
|
||||
}
|
||||
body.index h1 {
|
||||
#index h1 {
|
||||
display: none;
|
||||
}
|
||||
#jumplinks {
|
||||
|
Loading…
x
Reference in New Issue
Block a user