From 8ce18a52f2133e86cd3798c969a9bc49523c497a Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 3 Aug 2016 16:15:40 +0200 Subject: Remove hiding of .main div in offline pages The section got introduced in commit 93d35c07d06fcc, but was apparently ignored by browsers due to a non-blank space (0xc2 0xa0). In commit b3959b515fce the space was replaced, causing browsers to hide the content. Task-number: QTBUG-55115 Change-Id: I491f8721da5f2a964e450d4a0bee785a937ac7e4 Reviewed-by: Simon Hausmann Reviewed-by: Allan Sandfeld Jensen --- doc/global/template/style/offline.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index a9561cc7b2..612c1087d5 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -47,9 +47,6 @@ tt { text-align: left } -.main { - display: none; -} /* ----------- links -- cgit v1.2.3