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, 2019, 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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,8 +26,8 @@
/** /**
* Defines the foundational APIs of the Java SE Platform. * Defines the foundational APIs of the Java SE Platform.
* *
* <dl> * <dl class="notes">
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Providers:</dt> * <dt>Providers:</dt>
* <dd> The JDK implementation of this module provides an implementation of * <dd> The JDK implementation of this module provides an implementation of
* the {@index jrt jrt} {@linkplain java.nio.file.spi.FileSystemProvider * the {@index jrt jrt} {@linkplain java.nio.file.spi.FileSystemProvider
* file system provider} to enumerate and read the class and resource * file system provider} to enumerate and read the class and resource

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -27,8 +27,8 @@
* Defines the {@linkplain javax.management.remote.rmi RMI connector} * Defines the {@linkplain javax.management.remote.rmi RMI connector}
* for the Java Management Extensions (JMX) Remote API. * for the Java Management Extensions (JMX) Remote API.
* *
* <dl> * <dl class="notes">
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Providers:</dt> * <dt>Providers:</dt>
* <dd>This module provides the * <dd>This module provides the
* {@link javax.management.remote.JMXConnectorProvider} service, * {@link javax.management.remote.JMXConnectorProvider} service,
* which creates JMX connector clients using the RMI protocol. * which creates JMX connector clients using the RMI protocol.

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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * 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. * Defines the API of the Java SE Platform.
* *
* <dl> * <dl class="notes">
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Optional for the Java SE Platform:</dt> * <dt>Optional for the Java SE Platform:</dt>
* <dd> * <dd>
* <a href="{@docRoot}/../specs/jni/index.html">Java Native Interface (JNI)</a><br> * <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> * <a href="{@docRoot}/../specs/jvmti.html">Java Virtual Machine Tool Interface (JVM TI)</a><br>

View file

@ -282,6 +282,7 @@ main {
position:relative; position:relative;
} }
dl.notes > dt { dl.notes > dt {
font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
font-size:12px; font-size:12px;
font-weight:bold; font-weight:bold;
margin:10px 0 0 0; margin:10px 0 0 0;

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014, 2019, 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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -27,8 +27,8 @@
* Defines the JMX graphical tool, <em>{@index jconsole jconsole}</em>, * Defines the JMX graphical tool, <em>{@index jconsole jconsole}</em>,
* for monitoring and managing a running application. * for monitoring and managing a running application.
* *
* <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> * <dl class="notes">
* <dt class="simpleTagLabel">See Also: * <dt>See Also:
* <dd>{@extLink using_jconsole Using JConsole} * <dd>{@extLink using_jconsole Using JConsole}
* </dl> * </dl>
* *