Main Page/styles.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 102: Line 102:
}
}
#p-logo {
#p-logo {
display: block;
z-index: 3;
    width: 10em;
position: absolute; /*needed to use z-index */
    height: 173px;
top: 0;
    background-repeat: no-repeat;
left: 0;
    background-position: center center;
height: 155px;
    text-decoration: none;
width: 12em;
overflow: visible;
}
}
}