8240971: Fix CSS styles in some doc comments

Reviewed-by: mchung
This commit is contained in:
Jonathan Gibbons 2020-03-12 13:56:55 -07:00
parent e30b89e138
commit 5bc78c438b
5 changed files with 13 additions and 12 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -26,8 +26,8 @@
/**
* Defines the API of the Java SE Platform.
*
* <dl>
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Optional for the Java SE Platform:</dt>
* <dl class="notes">
* <dt>Optional for the Java SE Platform:</dt>
* <dd>
* <a href="{@docRoot}/../specs/jni/index.html">Java Native Interface (JNI)</a><br>
* <a href="{@docRoot}/../specs/jvmti.html">Java Virtual Machine Tool Interface (JVM TI)</a><br>