Page header fix with Sphinx4

Previous commits addrressed some of the changes of Sphinx4 producting
different structure. The same is valid for the page heading where
instead of `<div class="section">` it produces `<section>`. This leads
to the css fix not to be appled and as such page heading present 2
times. Copy previous css fix with new path.

Change-Id: Ia9ab413280c2f98d041e0f5ae5c1df22c5a4a3f5
This commit is contained in:
Artem Goncharov 2021-06-30 15:41:15 +02:00
parent 08461c5311
commit 4c6d655316
1 changed files with 2 additions and 0 deletions

View File

@ -918,6 +918,8 @@ table.highlighttable {
/* TODO(stephenfin): Group this */
.docs-body .section h1 {
display: none; }
.docs-body section h1 {
display: none; }
img.align-left,
.figure.align-left {