/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
    background-color: #bacae1;
    background-image: url(../images/hbz-logo.png);
    background-repeat: no-repeat;
    padding-left: 120px;
}

