OpenSprites / OpenSprites-Origin

The original OpenSprites website, written in PHP. Discontinued - remains for historical reasons. See OpenSprites-Next for the new generation of Scratch resource sharing.
MIT License
19 stars 9 forks source link

Error message images not displaying #193

Closed jamesd-uk closed 9 years ago

jamesd-uk commented 9 years ago

For example, opensprites.org/lalalalala

bates64 commented 9 years ago

It's because of the REALLY STUPID css rule:

html body img {
    display: none;
}

I have no idea why it was ever put it place in the first place.

jamesd-uk commented 9 years ago

Glad that's sorted then. :P