Skip to content

Commit

Permalink
Remove hiding of .main div in offline pages
Browse files Browse the repository at this point in the history
The section got introduced in commit 93d35c0, but was apparently
ignored by browsers due to a non-blank space (0xc2 0xa0).
In commit b3959b5 the space was replaced, causing browsers
to hide the content.

Task-number: QTBUG-55115
Change-Id: I491f8721da5f2a964e450d4a0bee785a937ac7e4
Reviewed-by: Simon Hausmann <[email protected]>
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
  • Loading branch information
kkoehne committed Aug 3, 2016
1 parent 12d71f4 commit 8ce18a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/global/template/style/offline.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ tt {
text-align: left
}

.main {
display: none;
}
/*
-----------
links
Expand Down

0 comments on commit 8ce18a5

Please sign in to comment.