Repository: calcite Updated Branches: refs/heads/master 4dfd6dbb2 -> 7e348654e
[CALCITE-1070] Upgrade to new Apache logo Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/7e348654 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/7e348654 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/7e348654 Branch: refs/heads/master Commit: 7e348654e47e2fd7cb60682da8589bfabb2318f4 Parents: 4dfd6db Author: Julian Hyde <[email protected]> Authored: Mon Feb 8 22:16:03 2016 -0800 Committer: Julian Hyde <[email protected]> Committed: Mon Feb 8 22:17:06 2016 -0800 ---------------------------------------------------------------------- site/_includes/footer.html | 2 +- site/_sass/_style.scss | 4 ++-- site/img/feather.png | Bin 7886 -> 12607 bytes 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/7e348654/site/_includes/footer.html ---------------------------------------------------------------------- diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 51749d6..f965817 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -2,7 +2,7 @@ <div id="poweredby"> <a href="http://www.apache.org/"> <span class="sr-only">Apache</span> - <img src="{{ site.baseurl }}/img/feather.png" alt="Apache Logo"></a> + <img src="{{ site.baseurl }}/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> <p>The contents of this website are © {{ site.time | date: '%Y' }} http://git-wip-us.apache.org/repos/asf/calcite/blob/7e348654/site/_sass/_style.scss ---------------------------------------------------------------------- diff --git a/site/_sass/_style.scss b/site/_sass/_style.scss index 626acb5..14d9723 100644 --- a/site/_sass/_style.scss +++ b/site/_sass/_style.scss @@ -980,8 +980,8 @@ code.output { #poweredby { float: right; text-align: right; - width: 120px; - height: 36px; + width: 200px; + height: 87px; } #resources { http://git-wip-us.apache.org/repos/asf/calcite/blob/7e348654/site/img/feather.png ---------------------------------------------------------------------- diff --git a/site/img/feather.png b/site/img/feather.png index 7302231..a2da98a 100644 Binary files a/site/img/feather.png and b/site/img/feather.png differ
