Remove hiding of .main div in offline pages
The section got introduced in commitbb1093d35c07d0, but was apparently ignored by browsers due to a non-blank space (0xc2 0xa0). In commitb3959b515fthe space was replaced, causing browsers to hide the content. Task-number: QTBUG-55115 Change-Id: I491f8721da5f2a964e450d4a0bee785a937ac7e4 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
parent
12d71f4ea2
commit
8ce18a52f2
|
|
@ -47,9 +47,6 @@ tt {
|
|||
text-align: left
|
||||
}
|
||||
|
||||
.main {
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
-----------
|
||||
links
|
||||
|
|
|
|||
Loading…
Reference in New Issue