Fix alignment of next/prev links in offline style

With the old value, they were placed above the
header bar. Moving them a few pixels below looks
less broken.

Pick-to: 6.2 6.3 5.15
Change-Id: Iddd9d5e0b5c199fe35a9c8b8a7cac9a472901a21
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Kai Köhne 2022-05-04 10:00:43 +02:00 committed by Kai Koehne
parent 3ce1642f4c
commit b8b3a8047f

View File

@ -147,7 +147,7 @@ Top navigation
display: block;
position: relative;
text-align: right;
top: -47px;
top: -30px;
float: right;
height: 20px;
z-index: 1;