@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("bugzilla.mozilla.org") {

/* fix the g not showing entirely */
#banner-name {
  height: 60px !important;
}

/* fix the version not showing because of this */
#banner-version {
  margin-top: -10px !important;
}

}