style/master.css [205:227]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  background: url(../image/logo@2x.png);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  position: absolute;
  left: 0;
  top: 13px;
  width: 250px;
  height: 65px;
}
.conf {
  background: url(https://www.apache.org/events/current-event-234x60.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0px;
  position: absolute;
  left: auto;
  right: 85px;
  top: 13px;
  width: 234px;
  height: 60px;
}
.menu {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [243:267]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    background: url(../image/logo@2x.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    position: absolute;
    left: 0;
    top: 13px;
    width: 250px;
    height: 65px;
}

.conf {
    background: url(https://www.apache.org/events/current-event-234x60.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
    position: absolute;
    left: auto;
    right: 85px;
    top: 13px;
    width: 234px;
    height: 60px;
}

.menu {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



