Don't show zoom in cursor if there is no larger version

This commit is contained in:
Jef van Schendel 2012-10-23 15:41:46 +02:00
parent c43f8c1d92
commit 8567c0479f

View File

@ -464,7 +464,7 @@ p.media_specs {
padding: 130px 10px 20px 10px;
}
img.media_image {
a img.media_image {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;