2012-11-24, 12:11 PM
Somehow my logo has suddenly just vanished I was editing some stuff in global.php
.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
Fixed
.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
Fixed