This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 54e139b9501569d8028d66c7d117e6a5356225a6 Author: Christian Grobmeier <[email protected]> AuthorDate: Wed Mar 6 14:49:04 2024 +0100 removed tables.css --- src/site/asciidoc/faq.adoc | 8 -- src/site/asciidoc/guidelines.adoc | 4 - src/site/asciidoc/javadoc.adoc | 4 - src/site/asciidoc/javastyle.adoc | 4 - src/site/asciidoc/log4j-transform.adoc | 4 - src/site/asciidoc/manual/api.adoc | 3 - src/site/asciidoc/manual/appenders.adoc | 4 - src/site/asciidoc/manual/architecture.adoc | 4 - src/site/asciidoc/manual/async.adoc | 4 - src/site/asciidoc/manual/configuration.adoc | 4 - src/site/asciidoc/manual/customconfig.adoc | 4 - src/site/asciidoc/manual/customloglevels.adoc | 4 - src/site/asciidoc/manual/dependencyinjection.adoc | 4 - src/site/asciidoc/manual/eventlogging.adoc | 4 - src/site/asciidoc/manual/extending.adoc | 4 - src/site/asciidoc/manual/filters.adoc | 4 - src/site/asciidoc/manual/flowtracing.adoc | 4 - src/site/asciidoc/manual/garbagefree.adoc | 4 - src/site/asciidoc/manual/index.adoc | 4 - src/site/asciidoc/manual/jmx.adoc | 4 - src/site/asciidoc/manual/layouts.adoc | 4 - src/site/asciidoc/manual/logbuilder.adoc | 4 - src/site/asciidoc/manual/logsep.adoc | 4 - src/site/asciidoc/manual/lookups.adoc | 4 - src/site/asciidoc/manual/markers.adoc | 4 - src/site/asciidoc/manual/messages.adoc | 4 - src/site/asciidoc/manual/migration.adoc | 4 - src/site/asciidoc/manual/plugins.adoc | 4 - src/site/asciidoc/manual/scala-api.adoc | 4 - src/site/asciidoc/manual/systemproperties.adoc | 4 +- src/site/asciidoc/manual/thread-context.adoc | 4 - src/site/asciidoc/manual/usage.adoc | 4 - src/site/asciidoc/performance.adoc | 4 - src/site/asciidoc/runtime-dependencies.adoc | 4 - src/site/asciidoc/thanks.adoc | 4 - src/site/resources/css/tables.css | 110 ---------------------- src/site/site.xml | 2 +- 37 files changed, 2 insertions(+), 253 deletions(-) diff --git a/src/site/asciidoc/faq.adoc b/src/site/asciidoc/faq.adoc index b98a3b3718..868865b992 100644 --- a/src/site/asciidoc/faq.adoc +++ b/src/site/asciidoc/faq.adoc @@ -16,14 +16,6 @@ //// = Frequently Asked Questions -++++ -<link rel="stylesheet" type="text/css" href="css/tables.css"> -++++ - -:toc: - -''' - [#missing_core] == I'm seeing this error "Unable to locate a logging implementation, using SimpleLogger". What is wrong? diff --git a/src/site/asciidoc/guidelines.adoc b/src/site/asciidoc/guidelines.adoc index 7927eacec7..22a4c581c7 100644 --- a/src/site/asciidoc/guidelines.adoc +++ b/src/site/asciidoc/guidelines.adoc @@ -16,10 +16,6 @@ //// = Apache Log4j Project Guidelines -++++ -<link rel="stylesheet" type="text/css" href="css/tables.css"> -++++ - This document defines the guidelines for the https://logging.apache.org/log4j/2.x[Apache Log4j Project]. It includes definitions of how conflict is resolved by voting, who is able to vote, diff --git a/src/site/asciidoc/javadoc.adoc b/src/site/asciidoc/javadoc.adoc index e68020956a..8ef389296a 100644 --- a/src/site/asciidoc/javadoc.adoc +++ b/src/site/asciidoc/javadoc.adoc @@ -16,10 +16,6 @@ //// = Javadoc API Documentation -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - The table below contains links to the Javadoc API Documentation for the components you are most likely to use directly in code. You can also use the menu links on the left. diff --git a/src/site/asciidoc/javastyle.adoc b/src/site/asciidoc/javastyle.adoc index 62a7bbcf8f..23e644f98c 100644 --- a/src/site/asciidoc/javastyle.adoc +++ b/src/site/asciidoc/javastyle.adoc @@ -16,10 +16,6 @@ //// = Java Style Guidelines -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#intro] == Introduction diff --git a/src/site/asciidoc/log4j-transform.adoc b/src/site/asciidoc/log4j-transform.adoc index 2b2ee3ab73..25b8f1d316 100644 --- a/src/site/asciidoc/log4j-transform.adoc +++ b/src/site/asciidoc/log4j-transform.adoc @@ -16,10 +16,6 @@ //// = Log4j Transformation Tools -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j Transformation Tools is set of build utilities to transform source and binary artifacts that use Log4j 2.x libraries. The full documentation is available on https://github.com/apache/logging-log4j-transform/blob/main/README.adoc[Github]. diff --git a/src/site/asciidoc/manual/api.adoc b/src/site/asciidoc/manual/api.adoc index b65fb8bf9e..e06f28f079 100644 --- a/src/site/asciidoc/manual/api.adoc +++ b/src/site/asciidoc/manual/api.adoc @@ -16,9 +16,6 @@ //// = Log4j 2 API -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ == Overview The Log4j 2 API provides the interface that applications should code to diff --git a/src/site/asciidoc/manual/appenders.adoc b/src/site/asciidoc/manual/appenders.adoc index b9d1d29319..9e691033a4 100644 --- a/src/site/asciidoc/manual/appenders.adoc +++ b/src/site/asciidoc/manual/appenders.adoc @@ -17,10 +17,6 @@ = Appenders Ralph Goers; Gary Gregory; Nick Williams; Matt Sicker -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Appenders are responsible for delivering LogEvents to their destination. Every Appender must implement the link:../log4j-core/apidocs/org/apache/logging/log4j/core/Appender.html[`Appender`] diff --git a/src/site/asciidoc/manual/architecture.adoc b/src/site/asciidoc/manual/architecture.adoc index 7f6280451c..e6ab20f2f3 100644 --- a/src/site/asciidoc/manual/architecture.adoc +++ b/src/site/asciidoc/manual/architecture.adoc @@ -17,10 +17,6 @@ = Architecture Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - == Main Components Log4j uses the classes shown in the diagram below. diff --git a/src/site/asciidoc/manual/async.adoc b/src/site/asciidoc/manual/async.adoc index 9538691270..679ff85e12 100644 --- a/src/site/asciidoc/manual/async.adoc +++ b/src/site/asciidoc/manual/async.adoc @@ -17,10 +17,6 @@ = Lock-free Asynchronous Loggers for Low-Latency Logging Remko Popma <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Asynchronous logging can improve your application's performance by executing the I/O operations in a separate thread. Log4j 2 makes a number of improvements in this area. diff --git a/src/site/asciidoc/manual/configuration.adoc b/src/site/asciidoc/manual/configuration.adoc index 43e118f3a2..872e8c0261 100644 --- a/src/site/asciidoc/manual/configuration.adoc +++ b/src/site/asciidoc/manual/configuration.adoc @@ -17,10 +17,6 @@ = Configuration Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Inserting log requests into the application code requires a fair amount of planning and effort. Observation shows that approximately 4 percent of code is dedicated to logging. Consequently, even moderately sized diff --git a/src/site/asciidoc/manual/customconfig.adoc b/src/site/asciidoc/manual/customconfig.adoc index 48d6053aa2..bddf4197ee 100644 --- a/src/site/asciidoc/manual/customconfig.adoc +++ b/src/site/asciidoc/manual/customconfig.adoc @@ -17,10 +17,6 @@ = Programmatic Configuration Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j 2 provides a few ways for applications to create their own programmatic configuration: diff --git a/src/site/asciidoc/manual/customloglevels.adoc b/src/site/asciidoc/manual/customloglevels.adoc index c03e235502..c8c5ad11d2 100644 --- a/src/site/asciidoc/manual/customloglevels.adoc +++ b/src/site/asciidoc/manual/customloglevels.adoc @@ -17,10 +17,6 @@ = Custom Log Levels Remko Popma <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [[top]] [#DefiningLevelsInCode] diff --git a/src/site/asciidoc/manual/dependencyinjection.adoc b/src/site/asciidoc/manual/dependencyinjection.adoc index 16a504324c..56b5fe2d54 100644 --- a/src/site/asciidoc/manual/dependencyinjection.adoc +++ b/src/site/asciidoc/manual/dependencyinjection.adoc @@ -17,10 +17,6 @@ = Dependency Injection Matt Sicker <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j 3.x extends its plugin system into a more general dependency injection API inspired by https://javaee.github.io/javaee-spec/javadocs/javax/inject/package-summary.html[`javax.inject`] and its open source implementations such as https://github.com/zsoltherpai/feather[Feather] and https://github.com/google/guice[Guice] along with https://docs.spring.io/spring-framework/reference/core/beans/introduction.html[Spring Framework] and `BeanFactory` API. Dependency injection can be thought of as a replacement for calling `new` or custom factory methods in Java code; alternatively, it can be thought of as a factory for factory instances. Classes define _injection points_ which may be fields, method parameters, and constructor parameters, whose values are injected at runtime. diff --git a/src/site/asciidoc/manual/eventlogging.adoc b/src/site/asciidoc/manual/eventlogging.adoc index 93b2b75d3d..d45fe7158b 100644 --- a/src/site/asciidoc/manual/eventlogging.adoc +++ b/src/site/asciidoc/manual/eventlogging.adoc @@ -17,10 +17,6 @@ = Log4j 2 API Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#EventLogging] == Event Logging diff --git a/src/site/asciidoc/manual/extending.adoc b/src/site/asciidoc/manual/extending.adoc index b944de42f4..f33962d271 100644 --- a/src/site/asciidoc/manual/extending.adoc +++ b/src/site/asciidoc/manual/extending.adoc @@ -17,10 +17,6 @@ = Extending Log4j 3 Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j 3 provides numerous ways that it can be manipulated and extended. This section includes an overview of the various ways that are directly supported by the Log4j 3 implementation. diff --git a/src/site/asciidoc/manual/filters.adoc b/src/site/asciidoc/manual/filters.adoc index d5136b224b..4872544422 100644 --- a/src/site/asciidoc/manual/filters.adoc +++ b/src/site/asciidoc/manual/filters.adoc @@ -18,10 +18,6 @@ Ralph Goers <[email protected]> Volkan Yazıcı <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Filters allow Log Events to be evaluated to determine if or how they should be published. A Filter will be called on one of its `filter` methods and will return a `Result`, which is an Enum that has one of 3 diff --git a/src/site/asciidoc/manual/flowtracing.adoc b/src/site/asciidoc/manual/flowtracing.adoc index 6b4d5cd191..c4026612c0 100644 --- a/src/site/asciidoc/manual/flowtracing.adoc +++ b/src/site/asciidoc/manual/flowtracing.adoc @@ -17,10 +17,6 @@ = Log4j 2 API Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#FlowTracing] == Flow Tracing diff --git a/src/site/asciidoc/manual/garbagefree.adoc b/src/site/asciidoc/manual/garbagefree.adoc index a92b903834..2f37b99c3a 100644 --- a/src/site/asciidoc/manual/garbagefree.adoc +++ b/src/site/asciidoc/manual/garbagefree.adoc @@ -17,10 +17,6 @@ = Garbage-free Steady State Logging Remko Popma <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - //// Different applications have different performance requirements. Some only need to worry about throughput, but for many diff --git a/src/site/asciidoc/manual/index.adoc b/src/site/asciidoc/manual/index.adoc index 9b35957568..57af253654 100644 --- a/src/site/asciidoc/manual/index.adoc +++ b/src/site/asciidoc/manual/index.adoc @@ -17,10 +17,6 @@ = Overview Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - == Welcome to Log4j! Almost every large application includes its own logging or tracing API. diff --git a/src/site/asciidoc/manual/jmx.adoc b/src/site/asciidoc/manual/jmx.adoc index 678ae2a077..750a5c28b9 100644 --- a/src/site/asciidoc/manual/jmx.adoc +++ b/src/site/asciidoc/manual/jmx.adoc @@ -18,10 +18,6 @@ Remko Popma <[email protected]> Volkan Yazıcı <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j 2 has built-in support for JMX. The StatusLogger, ContextSelector, and all LoggerContexts, LoggerConfigs and Appenders are instrumented with MBeans and can be remotely monitored and controlled. diff --git a/src/site/asciidoc/manual/layouts.adoc b/src/site/asciidoc/manual/layouts.adoc index 064040ef37..14d0411090 100644 --- a/src/site/asciidoc/manual/layouts.adoc +++ b/src/site/asciidoc/manual/layouts.adoc @@ -17,10 +17,6 @@ = Layouts Ralph Goers <[email protected]>; Gary Gregory <[email protected]>; Volkan Yazıcı <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - An Appender uses a Layout to format a LogEvent into a form that meets the needs of whatever will be consuming the log event. In Log4j 1.x and Logback Layouts were expected to transform an event into a String. In diff --git a/src/site/asciidoc/manual/logbuilder.adoc b/src/site/asciidoc/manual/logbuilder.adoc index 427a024301..6f428f000a 100644 --- a/src/site/asciidoc/manual/logbuilder.adoc +++ b/src/site/asciidoc/manual/logbuilder.adoc @@ -16,10 +16,6 @@ //// = Log4j 2 API -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - == Log Builder Log4j has traditionally been used with logging statements like diff --git a/src/site/asciidoc/manual/logsep.adoc b/src/site/asciidoc/manual/logsep.adoc index a35d16b175..284e9efeba 100644 --- a/src/site/asciidoc/manual/logsep.adoc +++ b/src/site/asciidoc/manual/logsep.adoc @@ -17,10 +17,6 @@ = Logging Separation Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - There are many well known use cases where applications may share an environment with other applications and each has a need to have its own, separate logging environment. This purpose of this section is to discuss diff --git a/src/site/asciidoc/manual/lookups.adoc b/src/site/asciidoc/manual/lookups.adoc index d1c4edf902..c5bbd72d13 100644 --- a/src/site/asciidoc/manual/lookups.adoc +++ b/src/site/asciidoc/manual/lookups.adoc @@ -17,10 +17,6 @@ = Lookups Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Lookups provide a way to add values to the Log4j configuration at arbitrary places. They are a particular type of Plugin that implements the diff --git a/src/site/asciidoc/manual/markers.adoc b/src/site/asciidoc/manual/markers.adoc index d5bdd5e35e..c705f7163a 100644 --- a/src/site/asciidoc/manual/markers.adoc +++ b/src/site/asciidoc/manual/markers.adoc @@ -17,10 +17,6 @@ = Log4j 2 API Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#Markers] == Markers diff --git a/src/site/asciidoc/manual/messages.adoc b/src/site/asciidoc/manual/messages.adoc index 257ecf8ebd..e80a012d5e 100644 --- a/src/site/asciidoc/manual/messages.adoc +++ b/src/site/asciidoc/manual/messages.adoc @@ -17,10 +17,6 @@ = Log4j 2 API Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#Messages] == Messages diff --git a/src/site/asciidoc/manual/migration.adoc b/src/site/asciidoc/manual/migration.adoc index d561250bc5..78ea31e852 100644 --- a/src/site/asciidoc/manual/migration.adoc +++ b/src/site/asciidoc/manual/migration.adoc @@ -17,10 +17,6 @@ = Migrating from Log4j 1.x Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#Log4j1.2Bridge] == When to use this the Log4j 1.x bridge diff --git a/src/site/asciidoc/manual/plugins.adoc b/src/site/asciidoc/manual/plugins.adoc index d5e003bcea..3185575c79 100644 --- a/src/site/asciidoc/manual/plugins.adoc +++ b/src/site/asciidoc/manual/plugins.adoc @@ -17,10 +17,6 @@ = Plugins Ralph Goers <[email protected]>; Matt Sicker <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j 1.x allowed for extension by requiring class attributes on most of the configuration declarations. In the case of some elements, notably the PatternLayout, the only way to add new pattern converters was to diff --git a/src/site/asciidoc/manual/scala-api.adoc b/src/site/asciidoc/manual/scala-api.adoc index fe66b18f3c..685f370543 100644 --- a/src/site/asciidoc/manual/scala-api.adoc +++ b/src/site/asciidoc/manual/scala-api.adoc @@ -17,10 +17,6 @@ = Log4j 2 Scala API Mikael Ståldal <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - Log4j 2 has a companion Log4j Scala project that contains a convenient Scala wrapper for the link:../log4j-api/apidocs/org/apache/logging/log4j/Logger.html[`Logger`] diff --git a/src/site/asciidoc/manual/systemproperties.adoc b/src/site/asciidoc/manual/systemproperties.adoc index cadbeaa41c..4097b68b2d 100644 --- a/src/site/asciidoc/manual/systemproperties.adoc +++ b/src/site/asciidoc/manual/systemproperties.adoc @@ -14,9 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. //// -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ + [#SystemProperties] == System Properties diff --git a/src/site/asciidoc/manual/thread-context.adoc b/src/site/asciidoc/manual/thread-context.adoc index 70237ef3fa..c90501d357 100644 --- a/src/site/asciidoc/manual/thread-context.adoc +++ b/src/site/asciidoc/manual/thread-context.adoc @@ -17,10 +17,6 @@ = Log4j 2 API Ralph Goers <[email protected]>; Gary Gregory <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - == Thread Context Log4j introduced the concept of the Mapped Diagnostic Context or MDC. It diff --git a/src/site/asciidoc/manual/usage.adoc b/src/site/asciidoc/manual/usage.adoc index 5781fc717b..22c434d180 100644 --- a/src/site/asciidoc/manual/usage.adoc +++ b/src/site/asciidoc/manual/usage.adoc @@ -16,10 +16,6 @@ //// = Usage -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - [#Static_vs_Non_Static] == Static vs Non-Static Loggers As with any variable in Java, Loggers may be declared as static variables or class member variables. However, diff --git a/src/site/asciidoc/performance.adoc b/src/site/asciidoc/performance.adoc index d7b1332c59..ce643eb004 100644 --- a/src/site/asciidoc/performance.adoc +++ b/src/site/asciidoc/performance.adoc @@ -17,10 +17,6 @@ = Performance Remko Popma <[email protected]>; Ralph Goers <[email protected]> -++++ -<link rel="stylesheet" type="text/css" href="../css/tables.css"> -++++ - //// One of the often-cited arguments against logging is its computational cost. This is a legitimate concern as even moderately diff --git a/src/site/asciidoc/runtime-dependencies.adoc b/src/site/asciidoc/runtime-dependencies.adoc index 48abf2c56f..420f59cb8c 100644 --- a/src/site/asciidoc/runtime-dependencies.adoc +++ b/src/site/asciidoc/runtime-dependencies.adoc @@ -16,10 +16,6 @@ //// = Runtime Dependencies -++++ -<link rel="stylesheet" type="text/css" href="css/tables.css"> -++++ - Some Log4j features depend on external libraries. This page lists the required and optional dependencies. diff --git a/src/site/asciidoc/thanks.adoc b/src/site/asciidoc/thanks.adoc index f8513c2255..64620acccc 100644 --- a/src/site/asciidoc/thanks.adoc +++ b/src/site/asciidoc/thanks.adoc @@ -16,10 +16,6 @@ //// = Project Thanks -++++ -<link rel="stylesheet" type="text/css" href="css/tables.css"> -++++ - Log4j 2 is a successful project because of the large and diverse community that contributes to it. diff --git a/src/site/resources/css/tables.css b/src/site/resources/css/tables.css deleted file mode 100644 index 6ea5de24b2..0000000000 --- a/src/site/resources/css/tables.css +++ /dev/null @@ -1,110 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to you 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. - */ -/* - * xhtml11 specific - * - * */ - -div.tableblock { - margin-top: 1.0em; - margin-bottom: 1.5em; -} -div.tableblock > table { - border: 3px solid #527bbd; -} -thead, p.table.header { - font-weight: bold; - color: #527bbd; -} -p.table { - margin-top: 0; -} -/* Because the table frame attribute is overriden by CSS in most browsers. */ -div.tableblock > table[frame="void"] { - border-style: none; -} -div.tableblock > table[frame="hsides"] { - border-left-style: none; - border-right-style: none; -} -div.tableblock > table[frame="vsides"] { - border-top-style: none; - border-bottom-style: none; -} - - -/* - * html5 specific - * - * */ - -table.tableblock { - margin-top: 1.0em; - margin-bottom: 1.5em; -} -thead, p.tableblock.header { - font-weight: bold; - color: #527bbd; -} -p.tableblock { - margin-top: 0; -} -table.tableblock { - border-width: 3px; - border-spacing: 0px; - border-style: solid; - border-color: #527bbd; - border-collapse: collapse; -} -th.tableblock, td.tableblock { - border-width: 1px; - padding: 4px; - border-style: solid; - border-color: #527bbd; -} - -table.tableblock.frame-topbot { - border-left-style: hidden; - border-right-style: hidden; -} -table.tableblock.frame-sides { - border-top-style: hidden; - border-bottom-style: hidden; -} -table.tableblock.frame-none { - border-style: hidden; -} - -th.tableblock.halign-left, td.tableblock.halign-left { - text-align: left; -} -th.tableblock.halign-center, td.tableblock.halign-center { - text-align: center; -} -th.tableblock.halign-right, td.tableblock.halign-right { - text-align: right; -} - -th.tableblock.valign-top, td.tableblock.valign-top { - vertical-align: top; -} -th.tableblock.valign-middle, td.tableblock.valign-middle { - vertical-align: middle; -} -th.tableblock.valign-bottom, td.tableblock.valign-bottom { - vertical-align: bottom; -} diff --git a/src/site/site.xml b/src/site/site.xml index 2b5c31997b..3f90690a6c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -56,7 +56,7 @@ </item> <item name="Runtime Dependencies" href="/runtime-dependencies.html"/> <!-- <item name="Release Notes" href="/release-notes.html"/>--> - <item name="FAQ" href="/faq.html"/> +<!-- <item name="FAQ" href="/faq.html"/>--> <item name="Performance" href="/performance.html" collapse="true"> <item name="Benchmarks" href="/performance.html#benchmarks" /> <item name="Logging Library Comparison" href="/performance.html#loglibComparison" />
