diff options
author | Kai Köhne <kai.koehne@qt.io> | 2022-05-04 10:00:43 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2022-05-06 00:55:34 +0000 |
commit | b8b3a8047f4a5d7e00ab303e2c10514a23ccf116 (patch) | |
tree | 055337cb4fbb6d09f4a80dc0010d1e6f8c264e4b /doc | |
parent | 3ce1642f4c3037030063b6ec3bb965739267cf65 (diff) | |
download | qtbase-b8b3a8047f4a5d7e00ab303e2c10514a23ccf116.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/global/template/style/offline.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 4075845549..9f0cc8cd2e 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -147,7 +147,7 @@ Top navigation display: block; position: relative; text-align: right; - top: -47px; + top: -30px; float: right; height: 20px; z-index: 1; |