Repository: incubator-tamaya-site Updated Branches: refs/heads/master 31718f653 -> 43f983e92
TAMAYA-359: Reduce size of incubator logo in footer to 50px; Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/43f983e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/43f983e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/43f983e9 Branch: refs/heads/master Commit: 43f983e92890548f70be9ef8d582f95a60854b82 Parents: 31718f6 Author: Phil Ottlinger <[email protected]> Authored: Fri Nov 2 22:14:47 2018 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Fri Nov 2 22:14:47 2018 +0100 ---------------------------------------------------------------------- templates/footer.thyme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/43f983e9/templates/footer.thyme ---------------------------------------------------------------------- diff --git a/templates/footer.thyme b/templates/footer.thyme index 0a91f5f..cbdb34f 100644 --- a/templates/footer.thyme +++ b/templates/footer.thyme @@ -24,10 +24,10 @@ successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to - be fully endorsed by the ASF. + be fully endorsed by the ASF.<br /> Apache, Apache Tamaya, and the Apache Tamaya logo are registered trademarks or trademarks of The Apache Software Foundation in the U.S. and/or other countries.<br /> <a href="https://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"> - <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" class="incubator-logo" th:src="${rootpath} + 'logos/apache-incubator.png'"/> + <img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" class="incubator-logo" th:src="${rootpath} + 'logos/apache-incubator.png'" style="height: 50px;"/> </a> </p> </div>
