/* --------------------------------------------------
   BattleDawn archive fixes
   -------------------------------------------------- */


/* Restore the original MediaWiki sidebar logo */
#p-logo a,
#p-logo a:hover {
    background-image: url("/assets/wiki.png") !important;

    background-repeat: no-repeat !important;

    /*
     * The original MediaWiki logo area is
     * approximately 155px tall.
     *
     * Force our saved image to fit inside it instead
     * of rendering at its original/full resolution.
     */
    background-size: 135px 135px !important;

    background-position: center center !important;
}


/* Keep the logo's original MediaWiki dimensions */
#p-logo {
    height: 155px;
    width: 12em;
    overflow: visible;
}

#p-logo a,
#p-logo a:hover {
    display: block;
    height: 155px;
    width: 12.2em;
}