mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
* Java 11 javadoc fixes. Turn on failOnError * Switch to javadoc aggregate goal. Docs are generated as part of site lifecycle * Update build.sh to build aggregated javadocs after build * Cleanup based on PR feedback * Removed requires java.activation * Update jpa-cdi module-info * Javadoc: update webclient module-info. Restore webserver dep in native-image-extension * Update build.sh to use tagged release of javadoc-pluing
20 lines
672 B
CSS
20 lines
672 B
CSS
/*
|
|
* Copyright (c) 2018, 2020 Oracle and/or its affiliates.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
.navLogo {
|
|
border-radius: unset !important;
|
|
}
|