Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 11, 12, 13
-
Fix Version/s: 14
-
Component/s: client-libs
-
Resolved In Build:b19
Description
There are a number of plain HTML documentation files in java.desktop module, for example Modality.html.
When viewed locally, it looks good: it has margins, in particular left margin.
When it's part of Java API documentation, the text looks flushed to the left side: there are no margins.
I compared it to the reference of a class and found out <div class="contentContainer"> is missing. Adding this wrapper inside <main> produces better looking result which is consistent to other documentation files.
When viewed locally, it looks good: it has margins, in particular left margin.
When it's part of Java API documentation, the text looks flushed to the left side: there are no margins.
I compared it to the reference of a class and found out <div class="contentContainer"> is missing. Adding this wrapper inside <main> produces better looking result which is consistent to other documentation files.
Attachments
Issue Links
- relates to
-
JDK-8239817 Eliminate use of contentContainer and friends
-
- Resolved
-
-
JDK-8240247 No longer need to wrap files with contentContainer
-
- Resolved
-