Repository: orc
Updated Branches:
  refs/heads/master d6cb8b9c1 -> 106168151


Fix logo aspect ratio.


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/919942df
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/919942df
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/919942df

Branch: refs/heads/master
Commit: 919942df538527134837644301123668f2a692be
Parents: d6cb8b9
Author: Owen O'Malley <[email protected]>
Authored: Fri Jun 26 11:27:13 2015 -0700
Committer: Owen O'Malley <[email protected]>
Committed: Fri Jun 26 11:27:13 2015 -0700

----------------------------------------------------------------------
 site/_includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/919942df/site/_includes/header.html
----------------------------------------------------------------------
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 243cf40..9aff919 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -7,7 +7,7 @@
       <h1>
         <a href="/">
           <span class="sr-only">Apache ORC</span>
-          <img src="/img/logo.png" width="249" height="115" alt="ORC Logo">
+          <img src="/img/logo.png" width="249" height="101" alt="ORC Logo">
         </a>
       </h1>
     </div>

Reply via email to