在主页 gerrit 上自定义徽标

customize logo on home page gerrit

我想在主页 gerrit 上自定义我的徽标。
我已阅读this post and created a GerritSiteHeader.html. But my logo location is at the bottom of the gerrit menu. I want put my logo at the top of left as in this gerrit installation at review.typo3.org

你的问题不是很清楚,你应该添加自己的代码。

我认为 TYPO3's Gerrit 样式表的重要部分如下:

 #gerrit_header {
         position: absolute;
         top: 0;
 }