This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git
commit 70d561e6fca5b64fd21e431c9c6e54636e3cb6d4 Author: Vadim Ogievetsky <[email protected]> AuthorDate: Wed Jun 12 11:45:14 2019 -0700 update footer text --- _includes/page_footer.html | 3 ++- scss/footer.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/page_footer.html b/_includes/page_footer.html index d73b044..f296d92 100644 --- a/_includes/page_footer.html +++ b/_includes/page_footer.html @@ -19,7 +19,8 @@ <a title="GitHub" href="https://github.com/apache/incubator-druid" target="_blank"><span class="fab fa-github"></span></a> </div> <div class="text-center license"> - The contents of this website are © 2019 <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html" target="_blank" rel="license">Apache License v2</a>. + Copyright © 2019 <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a>.<br> + Except where otherwise noted, licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.<br> Apache Druid, Druid, and the Druid logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. </div> </div> diff --git a/scss/footer.scss b/scss/footer.scss index 9f59b42..c57a216 100644 --- a/scss/footer.scss +++ b/scss/footer.scss @@ -1,7 +1,7 @@ @import "variables"; footer { - line-height: 1.8em; + line-height: 1.4em; a { &:hover { @@ -13,6 +13,7 @@ footer { margin-top: 12px; font-size: 11px; color: #aaa; + line-height: 1.4em; a { &:hover { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
