print.css is always referenced, but I couldn't find an useful template.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/e3c630a2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/e3c630a2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/e3c630a2 Branch: refs/heads/master Commit: e3c630a28211a5a4e3a0db538f362034e68da8c2 Parents: b332ec3 Author: Thorsten Schöning <[email protected]> Authored: Fri Jul 1 14:12:43 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Fri Jul 1 14:12:43 2016 +0000 ---------------------------------------------------------------------- src/site/resources/css/print.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e3c630a2/src/site/resources/css/print.css ---------------------------------------------------------------------- diff --git a/src/site/resources/css/print.css b/src/site/resources/css/print.css new file mode 100644 index 0000000..303c676 --- /dev/null +++ b/src/site/resources/css/print.css @@ -0,0 +1,21 @@ +@charset "UTF-8"; + +/* + 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. + +*/ + +
