%%add-css
/*hide the default jspwiki logo */
a.logo { border:none; text-indent:-99em;}
a.logo b:before { content:""; }

/* put the clean-blue logo, attached to this page */
a.logo {
    background: url([LeftMenu/di-plast-logo.png]);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 180px; 
}
/%