From b8b3a8047f4a5d7e00ab303e2c10514a23ccf116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 4 May 2022 10:00:43 +0200 Subject: Fix alignment of next/prev links in offline style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- doc/global/template/style/offline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/global') 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; -- cgit v1.2.3