Please review a simple change to remove a stray inline CSS element from the
Collection Framework index doc file. The only thing the `a {font-weight:
bold;}` rule did was to make all links in the header and footer bold as [can be
seen here][1]; the three content links to the other doc files are still
displayed in bold font because they are contained in `<b>` tags. The other CSS
rules had no effect in the page.
[1]:
https://download.java.net/java/early_access/jdk22/docs/api/java.base/java/util/doc-files/coll-index.html
I also added the `<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">` meta tag which is present in all other pages (both doc-files
and generated by JavaDoc).
-------------
Commit messages:
- JDK-8320538: Obsolete CSS styles in collection framework doc-file
Changes: https://git.openjdk.org/jdk/pull/16997/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16997&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8320538
Stats: 10 lines in 1 file changed: 0 ins; 9 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16997.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16997/head:pull/16997
PR: https://git.openjdk.org/jdk/pull/16997