MyBB Community Forums

Full Version: Logo Disappear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Somehow my logo has suddenly just vanished I was editing some stuff in global.php Angel

.logo {
margin: 0; padding: 0;
}

.logo a {
background: url(images/mini/logo.png) no-repeat; text-indent: -1000px; width: 205px; height: 132px; overflow: hidden; display: block;
}


Thats what the code is does that look right?
Check to see if the image was still there and it is Sleepy

Fixed