mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
docs: Fix title of 'docs' page
XSLT transformation generates the page title from the topmost <h1> element which is not present in 'docs.html.in'. Add it and hide it in the CSS. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
a35426bb64
commit
501ff523e7
@ -2,6 +2,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<body class="docs">
|
||||
<h1>Documentation</h1>
|
||||
<div class="panel">
|
||||
<h2>Deployment / operation</h2>
|
||||
|
||||
|
@ -427,6 +427,10 @@ body.index h1 {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
body.docs h1 {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
br.clear {
|
||||
clear: both;
|
||||
border: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user