This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 593d9b3868ed1bb381e5534373b5e4316461d59d
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Jul 20 17:55:30 2022 +0200

    Remove the overridding of default javadoc stylesheet, since the default in 
Java 18 is satisfying.
---
 src/main/javadoc/sis.css | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/src/main/javadoc/sis.css b/src/main/javadoc/sis.css
index e9f2278db9..cc771d60c3 100644
--- a/src/main/javadoc/sis.css
+++ b/src/main/javadoc/sis.css
@@ -262,37 +262,3 @@ span.deprecated {
 :not(td) > div.block {
   text-align: justify;
 }
-
-
-
-/* ----------------------------------------------------------------------
- * End of SIS-specific part. The remaining of this file overwrite some
- * aspects of the Javadoc default stylesheet.
- */
-body, div.block {
-  color:       black;
-  font-family: Helvetica, Arial, sans-serif;
-}
-
-.contentContainer .description dl dd, .contentContainer .details dl dd, 
.serializedFormContainer dl dd {
-  color:       #353833;
-  font-family: Helvetica, Arial, sans-serif;
-  margin-left: 40px;
-}
-
-pre, div.block pre, code, tt, dt code, table tr td dt code {
-  font-family: Andale Mono, Courier New, monospace;
-}
-
-div.block pre, code, tt, dt code, table tr td dt code {
-  line-height: 1em;
-  font-size:   1em;
-}
-
-/* Appareance of links in the "Description" column of class and package 
summaries.
- * JDK style uses bold characters for the left column, which contains the 
class and
- * package names. But we do not want those bold characters to apply to the 
descriptions.
- */
-td.colLast div.block a:link {
-  font-weight: normal;
-}

Reply via email to